diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 31b308b..931172a 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -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('')