8000 Save flutterChannelId when the PC is the called party. · selinplus/flutter-webrtc@8cd9300 · GitHub
[go: up one dir, main page]

10000
Skip to content

Commit 8cd9300

Browse files
committed
Save flutterChannelId when the PC is the called party.
1 parent ffb3138 commit 8cd9300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/Classes/FlutterRTCPeerConnection.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ - (void)peerConnection:(RTCPeerConnection*)peerConnection didOpenDataChannel:(RT
487487
binaryMessenger:self.messenger];
488488

489489
dataChannel.eventChannel = eventChannel;
490+
dataChannel.flutterChannelId = dataChannelId;
490491
[eventChannel setStreamHandler:dataChannel];
491492

492493
FlutterEventSink eventSink = peerConnection.eventSink;

0 commit comments

Comments
 (0)
0