yangjie #22

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

View File

@ -1004,7 +1004,7 @@ const Meeting: React.FC = () => {
message.error('网络断开,请检查网络')
}
},
onLocalVideoStateChanged: async (source: VideoSourceType, _state: LocalVideoStreamState, reason: LocalVideoStreamReason) => {
onLocalVideoStateChanged: async (_source: VideoSourceType, _state: LocalVideoStreamState, reason: LocalVideoStreamReason) => {
if (reason === 12) {
stopScreenCapture()
setSharedScreenItem('')