mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
start by disabeling the audioOutput selector
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -224,7 +224,8 @@ export function GroupCallView({
|
|||||||
|
|
||||||
leaveRTCSession(rtcSession);
|
leaveRTCSession(rtcSession);
|
||||||
if (widget) {
|
if (widget) {
|
||||||
// we need to wait until the callEnded event is tracked. Otherwise the iFrame gets killed before the callEnded event got tracked.
|
// we need to wait until the callEnded event is tracked on posthog.
|
||||||
|
// Otherwise the iFrame gets killed before the callEnded event got tracked.
|
||||||
await new Promise((resolve) => window.setTimeout(resolve, 10)); // 10ms
|
await new Promise((resolve) => window.setTimeout(resolve, 10)); // 10ms
|
||||||
widget.api.setAlwaysOnScreen(false);
|
widget.api.setAlwaysOnScreen(false);
|
||||||
PosthogAnalytics.instance.logout();
|
PosthogAnalytics.instance.logout();
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ export const SettingsModal = (props: Props) => {
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
{generateDeviceSelection(devices.audioInput, t("Microphone"))}
|
{generateDeviceSelection(devices.audioInput, t("Microphone"))}
|
||||||
{generateDeviceSelection(devices.audioOutput, t("Speaker"))}
|
{/* {generateDeviceSelection(devices.audioOutput, t("Speaker"))} */}
|
||||||
</TabItem>
|
</TabItem>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user