Skip to content

Commit 43a4fe8

Browse files
ftsefFabian Fest
andauthored
expose rtc_session to/from-tag (#378)
Co-authored-by: Fabian Fest <fabian.fest@zweiloewen.com>
1 parent dfead3f commit 43a4fe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/rtc_session.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ class RTCSession extends EventManager implements Owner {
8888
final Map<String?, Dialog> _earlyDialogs = <String?, Dialog>{};
8989
String? _contact;
9090
String? _from_tag;
91+
String? get from_tag => _from_tag;
9192
String? _to_tag;
93+
String? get to_tag => _to_tag;
9294

9395
// The RTCPeerConnection instance (public attribute).
9496
RTCPeerConnection? _connection;

0 commit comments

Comments
 (0)