Commit b4c43e23 by qlintonger xeno

录制完毕初步+3

parent 7e33d3f8
...@@ -330,6 +330,17 @@ export class AgoraHandle { ...@@ -330,6 +330,17 @@ export class AgoraHandle {
chatChannelState.value.screenCaptureShotURL = msgData.msgData.url; chatChannelState.value.screenCaptureShotURL = msgData.msgData.url;
break break
} }
case 'File':
{
console.log('收到ws眼镜端消息点', msgData)
msgData.tip = {
fileSize: 0,
fileType: 'video',
fileUrl: msgData.tip,
fileName: msgData.tip.slice(msgData.tip.lastIndexOf('/') + 1)
}
break;
}
case 'ChatAudio': case 'ChatAudio':
case 'ChatFile': case 'ChatFile':
case 'ChatTxt': case 'ChatTxt':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment