File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ class RTCRtpTransceiverNative extends RTCRtpTransceiver {
67
67
factory RTCRtpTransceiverNative .fromMap (Map <dynamic , dynamic > map,
68
68
{required String peerConnectionId}) {
69
69
var transceiver = RTCRtpTransceiverNative (
70
- map['transceiverId' ],
70
+ map['transceiverId' ] ?? '' ,
71
71
typeStringToRtpTransceiverDirection[map['direction' ]]! ,
<
52C9
td data-grid-cell-id="diff-397728b059fea3b4f9792da14306a2ba222b7834d45d0c0741783ef528967d60-72-71-0" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-deletionNum-bgColor, var(--diffBlob-deletion-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">72
- map['mid' ],
72
+ map['mid' ] ?? '' ,
73
73
RTCRtpSenderNative .fromMap (map['sender' ],
74
74
peerConnectionId: peerConnectionId),
75
75
RTCRtpReceiverNative .fromMap (map['receiver' ],
You can’t perform that action at this time.
0 commit comments