From 41b63ebb0abbf5c10ff93b948ef3032a42168f51 Mon Sep 17 00:00:00 2001 From: Skyler Murray Date: Thu, 4 Apr 2024 17:24:51 -0700 Subject: [PATCH] Add missing renderTarget for userAgent config The readme example code is missing a renderTarget value for the userAgent. Without this the basic boilerplate code given in the readme will throw an exception because it expects that value to be there. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62e9f6e..1350237 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ The library provides multiple ways to interact with it. The quick start example renderTargets: ["audio_context"], }, userAgent: { + renderTargets: ['user_agent'], transport: { sockets: ["wss://sip.websocket.server"], },