stop audio stream
This commit is contained in:
@ -90,7 +90,9 @@ onMounted(() => {
|
|||||||
isVideoAvailable.value = false;
|
isVideoAvailable.value = false;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
audioStream.value = navigator.mediaDevices.getUserMedia({ audio: true });
|
audioStream.value = await navigator.mediaDevices.getUserMedia({
|
||||||
|
audio: true,
|
||||||
|
});
|
||||||
isAudioAvailable.value = true;
|
isAudioAvailable.value = true;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
|||||||
@ -69,6 +69,7 @@
|
|||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
title="签到"
|
title="签到"
|
||||||
width="30%"
|
width="30%"
|
||||||
|
:fullscreen="screenWidth < 900"
|
||||||
>
|
>
|
||||||
<span>是否确认签到</span>
|
<span>是否确认签到</span>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
@ -811,8 +812,8 @@ $meetingBackgroundHeight: 80vw * 9 / 16;
|
|||||||
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
||||||
> div[class*="inSharing"]
|
> div[class*="inSharing"]
|
||||||
+ div) {
|
+ div) {
|
||||||
width: $meetingComponentWitdh * 0.2;
|
width: $meetingComponentWitdh * 0.15;
|
||||||
height: $meetingComponentWitdh * 0.2 * 9 / 16;
|
height: $meetingComponentWitdh * 0.15 * 9 / 16;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -821,8 +822,8 @@ $meetingBackgroundHeight: 80vw * 9 / 16;
|
|||||||
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
||||||
> div[class*="inSharing"]
|
> div[class*="inSharing"]
|
||||||
+ div) {
|
+ div) {
|
||||||
width: $meetingComponentWitdh * 0.2;
|
width: $meetingComponentWitdh * 0.15;
|
||||||
height: $meetingComponentWitdh * 0.2 * 9 / 16;
|
height: $meetingComponentWitdh * 0.15 * 9 / 16;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
:deep(#suspension-view-tabpanel-ribbon
|
:deep(#suspension-view-tabpanel-ribbon
|
||||||
@ -884,8 +885,8 @@ $meetingBackgroundHeight: 80vw * 9 / 16;
|
|||||||
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
||||||
> div[class*="inSharing"]
|
> div[class*="inSharing"]
|
||||||
+ div) {
|
+ div) {
|
||||||
width: $meetingComponentWitdh * 0.2;
|
width: $meetingComponentWitdh * 0.15;
|
||||||
height: $meetingComponentWitdh * 0.2 * 9 / 14.5;
|
height: $meetingComponentWitdh * 0.15 * 9 / 14.5;
|
||||||
position: relative;
|
position: relative;
|
||||||
align-self: initial;
|
align-self: initial;
|
||||||
}
|
}
|
||||||
@ -956,8 +957,8 @@ $meetingBackgroundHeight: 80vw * 9 / 16;
|
|||||||
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
||||||
> div[class*="inSharing"]
|
> div[class*="inSharing"]
|
||||||
+ div) {
|
+ div) {
|
||||||
width: $meetingComponentWitdh * 0.2;
|
width: $meetingComponentWitdh * 0.15;
|
||||||
height: $meetingComponentWitdh * 0.2 * 9 / 16;
|
height: $meetingComponentWitdh * 0.15 * 9 / 16;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.layout-template-4 {
|
.layout-template-4 {
|
||||||
@ -965,8 +966,8 @@ $meetingBackgroundHeight: 80vw * 9 / 16;
|
|||||||
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
||||||
> div[class*="inSharing"]
|
> div[class*="inSharing"]
|
||||||
+ div) {
|
+ div) {
|
||||||
width: $meetingComponentWitdh * 0.2;
|
width: $meetingComponentWitdh * 0.15;
|
||||||
height: $meetingComponentWitdh * 0.2 * 9 / 16;
|
height: $meetingComponentWitdh * 0.15 * 9 / 16;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1005,8 +1006,8 @@ $meetingBackgroundHeight: 80vw * 9 / 16;
|
|||||||
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
||||||
> div[class*="inSharing"]
|
> div[class*="inSharing"]
|
||||||
+ div) {
|
+ div) {
|
||||||
width: $meetingComponentWitdh * 0.2;
|
width: $meetingComponentWitdh * 0.15;
|
||||||
height: $meetingComponentWitdh * 0.2 * 9 / 14.5;
|
height: $meetingComponentWitdh * 0.15 * 9 / 14.5;
|
||||||
}
|
}
|
||||||
:deep(div[id*="suspension-view-tabpanel"]
|
:deep(div[id*="suspension-view-tabpanel"]
|
||||||
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
> .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
|
||||||
|
|||||||
Reference in New Issue
Block a user