chore: update.

This commit is contained in:
cloudwebrtc 2023-02-27 21:02:30 +08:00
parent 380051ab07
commit f2e4126e0c
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ extension RTCIceCandidateExt on RTCIceCandidate {
sdpMLineIndex != null &&
sdpMid != null &&
candidate != null &&
sdpMid!.isNotEmpty &&
candidate!.isNotEmpty;
}