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
.