From 71f9561f687f7b9801e3a50ba2c5ae94719b2f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=97=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Mon, 17 Jun 2024 16:22:08 +0300 Subject: [PATCH] Fixed work of calls on webkit browsers --- lib/src/sip_ua_helper.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/sip_ua_helper.dart b/lib/src/sip_ua_helper.dart index 61fbe77c..3dec79bd 100644 --- a/lib/src/sip_ua_helper.dart +++ b/lib/src/sip_ua_helper.dart @@ -795,7 +795,7 @@ class UaSettings { /// Sip Message Delay (in millisecond) (default 0). int sip_message_delay = 0; List> iceServers = >[ - {'url': 'stun:stun.l.google.com:19302'}, + {'urls': 'stun:stun.l.google.com:19302'}, // turn server configuration example. // { // 'url': 'turn:123.45.67.89:3478',