mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Rationalize config
This commit is contained in:
		@@ -13,6 +13,7 @@ class CallConfig {
 | 
			
		||||
 | 
			
		||||
  /// Turn this call configuration into the right for the WebRTC plugin
 | 
			
		||||
  Map<String, dynamic> get pluginConfig => {
 | 
			
		||||
        "iceServers": iceServers.map((f) => {"url": f}).toList()
 | 
			
		||||
        "iceServers": iceServers.map((f) => {"url": f}).toList(),
 | 
			
		||||
        "sdpSemantics": "unified-plan",
 | 
			
		||||
      };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user