Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[MC] 语聊房 Guide 评审 #2884

wants to merge 1 commit into from

Conversation

kelzr
Copy link
Collaborator

@kelzr kelzr commented Apr 3, 2023

https://docs-preprod.agora.io/cn/metachat/metachat_dress_face_customization_android?platform=All%20Platforms

三篇 Guide 评审:

  • 换装和捏脸
  • 空间音效
  • 实时共赏影音

metaChatScene.enableVideoDisplay("1", true);
// 将媒体播放器 onFrame 回调视频帧推送至指定的视频显示屏上
metaChatScene.pushVideoFrameToDisplay("1", frame);
```
Copy link
Contributor

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);
```
Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS 同

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants