Commit eea84c9d by qlintonger xeno

录制完毕初步+4

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