-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MC] 语聊房 Guide 评审 #2884
base: master
Are you sure you want to change the base?
[MC] 语聊房 Guide 评审 #2884
Conversation
metaChatScene.enableVideoDisplay("1", true); | ||
// 将媒体播放器 onFrame 回调视频帧推送至指定的视频显示屏上 | ||
metaChatScene.pushVideoFrameToDisplay("1", frame); | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
示例代码是不是需要补一下从 onFrame 里拿到 frame 的逻辑
spatialAudioEngine.muteLocalAudioStream(false); | ||
// ILocalSpatialAudioEngine 设置恢复订阅所有远端音频流 | ||
spatialAudioEngine.muteAllRemoteAudioStreams(false); | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
考虑补充一下时序图里 7、8 的逻辑?感觉至少步骤 8 需要补充一下,因为加入频道后默认订阅所有远端用户,必须先把 mutexxx 方法设为 true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iOS 同
https://docs-preprod.agora.io/cn/metachat/metachat_dress_face_customization_android?platform=All%20Platforms
三篇 Guide 评审: