diff --git a/src/UrlParams.ts b/src/UrlParams.ts index c9100e99..b6ae7e26 100644 --- a/src/UrlParams.ts +++ b/src/UrlParams.ts @@ -162,20 +162,24 @@ export interface UrlParams { * creating a spa link. */ homeserver: string | null; + /** * The user's intent with respect to the call. * e.g. if they clicked a Start Call button, this would be `start_call`. * If it was a Join Call button, it would be `join_existing`. */ intent: string | null; + /** * The rageshake submit URL. This is only used in the embedded package of Element Call. */ rageshakeSubmitUrl: string | null; + /** * The Sentry DSN. This is only used in the embedded package of Element Call. */ sentryDsn: string | null; + /** * The Sentry environment. This is only used in the embedded package of Element Call. */ diff --git a/src/settings/SettingsModal.tsx b/src/settings/SettingsModal.tsx index 0cc285c1..33002a34 100644 --- a/src/settings/SettingsModal.tsx +++ b/src/settings/SettingsModal.tsx @@ -131,8 +131,7 @@ export const SettingsModal: FC = ({ window.controls.showNativeOutputDevicePicker?.(); }} > - {/* {t("settings.devices.change_device_button")} */} - Test + {t("settings.devices.change_device_button")} )}