Commit eea84c9d by qlintonger xeno

录制完毕初步+4

parent b4c43e23
......@@ -333,12 +333,13 @@ export class AgoraHandle {
case 'File':
{
console.log('收到ws眼镜端消息点', msgData)
msgData.tip = {
msgData.msgData.tip = {
fileSize: 0,
fileType: 'video',
fileUrl: msgData.tip,
fileName: msgData.tip.slice(msgData.tip.lastIndexOf('/') + 1)
fileUrl: msgData.msgData.tip,
fileName: msgData.msgData.tip.slice(msgData.msgData.tip.lastIndexOf('/') + 1)
}
addMessageItemInMeeting(msgData)
break;
}
case 'ChatAudio':
......
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