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
I want to get candidate.type when peer is connected.
Generally speaking, I can use onicecandidate event in RTCPeerConnection() and get candidate.type via event.candidate.type.
The text was updated successfully, but these errors were encountered:
What version of this package are you using?
Latest Version
What problem do you want to solve?
I want to get candidate.type when peer is connected.
Generally speaking, I can use onicecandidate event in RTCPeerConnection() and get candidate.type via
event.candidate.type
.The text was updated successfully, but these errors were encountered: