Skip to content

Commit f1f8bb8

Browse files
authored
expose instance_id (#395)
1 parent a183f1b commit f1f8bb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/sip_ua_helper.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ class SIPUAHelper extends EventManager {
141141
_settings.ice_gathering_timeout = uaSettings.iceGatheringTimeout;
142142
_settings.session_timers_refresh_method =
143143
uaSettings.sessionTimersRefreshMethod;
144+
_settings.instance_id = uaSettings.instanceId;
144145

145146
try {
146147
_ua = UA(_settings);
@@ -709,6 +710,7 @@ class UaSettings {
709710
String? password;
710711
String? ha1;
711712
String? displayName;
713+
String? instanceId;
712714

713715
/// DTMF mode, in band (rfc2833) or out of band (sip info)
714716
DtmfMode dtmfMode = DtmfMode.INFO;

0 commit comments

Comments
 (0)