when local RTCDatachannel connected to remote RTCDatachannel, I wanna to konw the connection type: host/srflx/prflx/relay..
I try to parse the following string, but it's not the current one which is connected
RTCPeerConnection.localDescription.sdp
RTCPeerConnection.remoteDescription.sdp
RTCPeerConnection.currentLocalDescription.sdp
RTCPeerConnection.currentRemoteDescription.sdp
I can use chrome://webrtc-internals/ to see the connected candidate type