Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1get iceServers(): RTCIceServer[] | undefined2set iceServers(value): void
Custom ICE servers for TURN/STUN configuration.
Custom ICE server list. Pass undefined to use the SDK defaults. See RTCIceServer.
undefined
RTCIceServer
1console.log(client.preferences.iceServers);