diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 58b1260..1091e33 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -1182,7 +1182,6 @@ const Meeting: React.FC = () => { } }, onTokenPrivilegeWillExpire: async (connection: RtcConnection, _token: string) => { - console.log(connection); await GetRoomRtcToken(connection.channelId || '').then(res => { if (res.code === 200) { agora.refreshToken({