-
I found the event of Line 21 in 635bfd9 Line 480 in 635bfd9 is this normal? If this was normal, I have no more questions then, else I need to continue debugging, thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Sean-Der
Nov 15, 2021
Replies: 1 comment
-
Hi @http600
Do you see |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sean-Der
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @http600
PeerConnectionStateConnected
could happen an unlimited amount of times. If your PeerConnection goes toDisconnect
and then reconnects you will seePeerConnectionStateConnected
again.Do you see
PeerConnectionStateConnected
fired when it is already inPeerConnectionStateConnected
? That sounds like a bug, we should only fire when the state changes.