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 your feature request related to a problem? Please describe.
I am using flutter_webrtc: 0.3.3. Currently it seems there is no way to get the RTCPeerConnectionState. It is expected in the RTCPeerConnection class, and should have an event handler such as onConnectionState or something like that.
Describe the solution you'd like
I checked the Android implementation, and it seems the org.webrtc.PeerConnection class does have a method called connectionState. And it seems an event handler could be implemented in PeerConnectionObserver class.
Describe alternatives you've considered
Could not find any particular alternative. It seems the iceConnectionState is a bit of a proxy to the connectionState, but not really the same thing.
Would like to know if this is simply an oversight, or is there some other reason for it? I can add the implementation in Android I feel, shouldn't be too hard. Will have to check what is the status on iOS.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am using
flutter_webrtc: 0.3.3
. Currently it seems there is no way to get the RTCPeerConnectionState. It is expected in the RTCPeerConnection class, and should have an event handler such asonConnectionState
or something like that.Describe the solution you'd like
I checked the Android implementation, and it seems the
org.webrtc.PeerConnection
class does have a method calledconnectionState
. And it seems an event handler could be implemented inPeerConnectionObserver
class.Describe alternatives you've considered
Could not find any particular alternative. It seems the
iceConnectionState
is a bit of a proxy to theconnectionState
, but not really the same thing.Would like to know if this is simply an oversight, or is there some other reason for it? I can add the implementation in Android I feel, shouldn't be too hard. Will have to check what is the status on iOS.
The text was updated successfully, but these errors were encountered: