ClientSideErrorMessage
type ClientSideErrorMessage =
| "Could not reconnect to the meeting"
| "Could not execute critical network action"
| "Could not find ICE candidates"
| "WebRTC connection closed"
| "WebRTC connection failed";
type ClientSideErrorMessage =
| "Could not reconnect to the meeting"
| "Could not execute critical network action"
| "Could not find ICE candidates"
| "WebRTC connection closed"
| "WebRTC connection failed";