fix ice config issues. (#192)
* fix ice config issues. * update comment. * The client has high-priority to set ice settings.
This commit is contained in:
@@ -24,7 +24,7 @@ extension ICEServerExt on lk_rtc.ICEServer {
|
||||
RTCIceServer toSDKType() => RTCIceServer(
|
||||
urls: urls,
|
||||
username: username.isNotEmpty ? username : null,
|
||||
credential: credential.isNotEmpty ? username : null,
|
||||
credential: credential.isNotEmpty ? credential : null,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user