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 38dbab7 commit 4e200d9Copy full SHA for 4e200d9
lib/src/rtc_session.dart
@@ -308,6 +308,7 @@ class RTCSession extends EventManager implements Owner {
308
Map<String, dynamic> requestParams = <String, dynamic>{
309
'from_tag': _from_tag,
310
'to_display_name': options['to_display_name'] ?? '',
311
+ 'call_id': options['call_id'] ?? null,
312
};
313
_ua.contact!.anonymous = anonymous;
314
_ua.contact!.outbound = true;
0 commit comments