Skip to content

Commit 676f526

Browse files
PerondasPerondas
authored andcommitted
Fixed minor spelling mistake
1 parent e65eb5b commit 676f526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/rtc_session.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ class RTCSession extends EventManager implements Owner {
16121612
_modifiers = constraints?['offerModifiers'] ??
16131613
<Future<RTCSessionDescription> Function(RTCSessionDescription)>[];
16141614

1615-
constraints?['offerModifier'] = null;
1615+
constraints?['offerModifiers'] = null;
16161616

16171617
if (type != 'offer' && type != 'answer') {
16181618
completer.completeError(Exceptions.TypeError(

0 commit comments

Comments
 (0)