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 02ecf80 commit a6e97ccCopy full SHA for a6e97cc
lib/src/sip_ua_helper.dart
@@ -877,7 +877,7 @@ class UaSettings {
877
/// Sip Message Delay (in millisecond) (default 0).
878
int sip_message_delay = 0;
879
List<Map<String, String>> iceServers = <Map<String, String>>[
880
- <String, String>{'url': 'stun:stun.l.google.com:19302'},
+ <String, String>{'urls': 'stun:stun.l.google.com:19302'},
881
// turn server configuration example.
882
// {
883
// 'url': 'turn:123.45.67.89:3478',
0 commit comments