MenuMenu

RTCMultiConnection.iceProtocols

Set ICE protocols i.e. UDP or TCP

Usage

connection.iceProtocols = {
    udp: true,
    tcp: true
};