Skip to content

Commit 555d74b

Browse files
committed
allow passing call_id as option
1 parent 38dbab7 commit 555d74b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/rtc_session.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ class RTCSession extends EventManager implements Owner {
308308
Map<String, dynamic> requestParams = <String, dynamic>{
309309
'from_tag': _from_tag,
310310
'to_display_name': options['to_display_name'] ?? '',
311+
'call_id': options['call_id'] ?? '',
311312
};
312313
_ua.contact!.anonymous = anonymous;
313314
_ua.contact!.outbound = true;

0 commit comments

Comments
 (0)