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.