Create android & web plugins (#15)
* create android & web plugins * apply `flutter format .`
This commit is contained in:
+4
-2
@@ -72,8 +72,10 @@ class RTCConfiguration {
|
||||
// only supports unified plan
|
||||
'sdpSemantics': 'unified-plan',
|
||||
if (iceServersMap.isNotEmpty) 'iceServers': iceServersMap,
|
||||
if (iceCandidatePoolSize != null) 'iceCandidatePoolSize': iceCandidatePoolSize,
|
||||
if (iceTransportPolicy != null) 'iceTransportPolicy': iceTransportPolicy!.toStringValue(),
|
||||
if (iceCandidatePoolSize != null)
|
||||
'iceCandidatePoolSize': iceCandidatePoolSize,
|
||||
if (iceTransportPolicy != null)
|
||||
'iceTransportPolicy': iceTransportPolicy!.toStringValue(),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user