// 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[`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_FOCUS).

`; 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_FOCUS).

`; 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_FOCUS).

`; 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.

`;