A WebRTC ICE server entry, shaped to match the browser RTCIceServer dictionary. Returned by SignalingServerOptions.iceServersHook and forwarded to the joining peer in its room-joined message.
RTCIceServer
room-joined
Optional
TURN credential/password paired with IceServerConfig.username.
One or more STUN/TURN URLs, e.g. "stun:stun.l.google.com:19302".
"stun:stun.l.google.com:19302"
TURN username, when the server requires credentials.
A WebRTC ICE server entry, shaped to match the browser
RTCIceServerdictionary. Returned by SignalingServerOptions.iceServersHook and forwarded to the joining peer in itsroom-joinedmessage.