Skip to content

Commit a6e97cc

Browse files
nikzorНикита Зорин
andauthored
Fixed work of calls on webkit browsers (#444)
Co-authored-by: Никита Зорин <[email protected]>
1 parent 02ecf80 commit a6e97cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/sip_ua_helper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ class UaSettings {
877877
/// Sip Message Delay (in millisecond) (default 0).
878878
int sip_message_delay = 0;
879879
List<Map<String, String>> iceServers = <Map<String, String>>[
880-
<String, String>{'url': 'stun:stun.l.google.com:19302'},
880+
<String, String>{'urls': 'stun:stun.l.google.com:19302'},
881881
// turn server configuration example.
882882
// {
883883
// 'url': 'turn:123.45.67.89:3478',

0 commit comments

Comments
 (0)