``` const pc = new RTCPeerConnection({ sdpSemantics: "unified-plan", iceServers: {urls: "turn:...?transport=udp" ...}, }); ``` The code is split between TCP and UDP with a 50/50 chance.