Commit 95315674 by qlintonger xeno

尝试添加截图标注+8

parent a51e909b
......@@ -296,8 +296,10 @@ export class AgoraHandle {
case 'MarkBg': {
console.log('某人要求截图', msgData)
chatChannelState.value.screenshotInitiatorId = msgData.msgData.initId;
if (chatChannelState.value.screenshotInitiatorId !== userStates.value.currentUserId) {
chatChannelState.value.displayImageEditor = true;
chatChannelState.value.screenshotURL = msgData.msgData.url;
}
break
}
case 'MarkImage': {
......
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