yangjie #49

Merged
yangqiang merged 71 commits from yangjie into master 2025-03-10 14:21:26 +08:00
1 changed files with 13 additions and 0 deletions
Showing only changes of commit aa76736cf4 - Show all commits

View File

@ -1415,6 +1415,19 @@ const Meeting: React.FC = () => {
duration: 60,
key: 'cameraTemporarily'
});
} else if (_state === 3) {
await PostOpenCamera({
roomNum: state.channelId,
uid: userInfo.uid,
enableCamera: false
})
message.error({
content: <div><span style={{ color: '#606fc7', cursor: 'pointer' }} onClick={() => {
stupWizardRef.current.changeModal(1);
}}></span></div>,
duration: 60,
key: 'cameraTemporarily'
});
}
},
onTokenPrivilegeWillExpire: async (connection: RtcConnection, _token: string) => {