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 dfead3f commit 43a4fe8Copy full SHA for 43a4fe8
lib/src/rtc_session.dart
@@ -88,7 +88,9 @@ class RTCSession extends EventManager implements Owner {
88
final Map<String?, Dialog> _earlyDialogs = <String?, Dialog>{};
89
String? _contact;
90
String? _from_tag;
91
+ String? get from_tag => _from_tag;
92
String? _to_tag;
93
+ String? get to_tag => _to_tag;
94
95
// The RTCPeerConnection instance (public attribute).
96
RTCPeerConnection? _connection;
0 commit comments