You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to pass the usernameFragment as part of the ICE candidate? Since I'm new to WebRTC: should flutter-webrtc be sending this field(or perhaps it's ex_webrtc's behaviour that should be adjusted)?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use flutter-webrtc with ex_webrtc.
ex_webrtc
seems to expectusernameFragment
to be part of the ICE candidate: https://github.com/elixir-webrtc/ex_webrtc/blob/2ef1582fd4436ccbe4f29db9ea3329c59a62f276/lib/ex_webrtc/ice_candidate.ex#L21And from https://www.w3.org/TR/webrtc/#rtcicecandidate-interface, it sounds like the field is supposed to be present:
Is there a way to pass the
usernameFragment
as part of the ICE candidate? Since I'm new to WebRTC: shouldflutter-webrtc
be sending this field(or perhaps it'sex_webrtc
's behaviour that should be adjusted)?The text was updated successfully, but these errors were encountered: