mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Rationalize config
This commit is contained in:
@ -237,8 +237,7 @@ class _CallScreenState extends SafeState<CallScreen> {
|
||||
setState(() {});
|
||||
|
||||
// Open stream
|
||||
final peerConnection = await createPeerConnection(
|
||||
_conf.pluginConfig..addAll({"sdpSemantics": "unified-plan"}), {
|
||||
final peerConnection = await createPeerConnection(_conf.pluginConfig, {
|
||||
"mandatory": {},
|
||||
"optional": [],
|
||||
});
|
||||
|
Reference in New Issue
Block a user