We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae6ac2 commit 2c2309eCopy full SHA for 2c2309e
1 file changed
example/lib/typed_examples/audio_bridge.dart
@@ -43,7 +43,7 @@ class _AudioRoomState extends State<TypedAudioRoomV2> {
43
}
44
45
Future<void> initPlatformState() async {
46
- ws = WebSocketJanusTransport(url: servermap['servercheap']);
+ ws = WebSocketJanusTransport(url: servermap['janus_ws']);
47
client = JanusClient(
48
withCredentials: true,
49
isUnifiedPlan: true,
0 commit comments