yangjie #22

Merged
yangqiang merged 99 commits from yangjie into master 2024-10-22 16:11:46 +08:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit af39a32916 - Show all commits

View File

@ -1160,6 +1160,13 @@ const Meeting: React.FC = () => {
if (key === 'ManagerRefresh') {
callBack && callBack()
}
if (key === 'OperCamera' && item.user.uid === userInfo.uid) {
if (item.user.enableCamera) {
agora.startCameraCapture()
} else {
agora.stopCameraCapture();
}
}
return res
})
break;