10000 conflict solved · tmthecoder/flutter-webrtc@71bb24a · GitHub
[go: up one dir, main page]

Skip to content

Commit 71bb24a

Browse files
committed
conflict solved
1 parent b637a16 commit 71bb24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/rtc_peerconnection.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class RTCPeerConnection {
6262
RemoveTrackCallback onRemoveTrack;
6363
RTCDataChannelCallback onDataChannel;
6464

65-
dynamic onRenegotiationNeeded;
65+
RenegotiationNeededCallback onRenegotiationNeeded;
6666

6767
final Map<String, dynamic> defaultSdpConstraints = {
6868
'mandatory': {

0 commit comments

Comments (0)
0