// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`ConnectionLostError: Action handling should reset error state 1`] = `

Connection lost

You were disconnected from the call.

`; exports[`LiveKit ConnectionError variants > should display LiveKit 'internal' error correctly 1`] = `

Failed to connect to Livekit server

An error occurred while connecting to the Livekit server ( Reason: InternalError ).

`; exports[`LiveKit ConnectionError variants > should display LiveKit 'notAllowed' error correctly 1`] = `

Failed to connect to Livekit server

An error occurred while connecting to the Livekit server ( Reason: NotAllowed ).

`; exports[`LiveKit ConnectionError variants > should display LiveKit 'serverUnreachable' error correctly 1`] = `

Failed to connect to Livekit server

An error occurred while connecting to the Livekit server ( Reason: ServerUnreachable ).

`; exports[`LiveKit ConnectionError variants > should display LiveKit 'serviceNotFound' error correctly 1`] = `

Failed to connect to Livekit server

An error occurred while connecting to the Livekit server ( Reason: ServiceNotFound ).

`; exports[`LiveKit ConnectionError variants > should display LiveKit 'timeout' error correctly 1`] = `

Failed to connect to Livekit server

An error occurred while connecting to the Livekit server ( Reason: Timeout ).

`; exports[`LiveKit ConnectionError variants > should link to troubleshoot guide when timeout error 1`] = `

Connection timeout

Connection to the media server timed out. Try switching to a different network or disabling your VPN. If the problem persists, see our troubleshooting guide or contact your server administrator.

`; exports[`should have a close button in widget mode 1`] = `

Call is not supported

The server is not configured to work with Element Call. Please contact your server admin (Domain: example.com, Error Code: MISSING_MATRIX_RTC_TRANSPORT).

`; exports[`should render the error page with link back to home 1`] = `

Call is not supported

The server is not configured to work with Element Call. Please contact your server admin (Domain: example.com, Error Code: MISSING_MATRIX_RTC_TRANSPORT).

`; exports[`should report correct error for 'Call is not supported' 1`] = `

Call is not supported

The server is not configured to work with Element Call. Please contact your server admin (Domain: example.com, Error Code: MISSING_MATRIX_RTC_TRANSPORT).

`; exports[`should report correct error for 'Connection lost' 1`] = `

Connection lost

You were disconnected from the call.

`; exports[`should report correct error for 'Incompatible browser' 1`] = `

Incompatible browser

Your web browser does not support encrypted calls. Supported browsers include Chrome, Safari, and Firefox 117+.

`; exports[`should report correct error for 'Insufficient capacity' 1`] = `

Insufficient capacity

The server has reached its maximum capacity and you cannot join the call at this time. Try again later, or contact your server admin if the problem persists.

`;