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

onRemoteInvitationReceived 被叫方收到视频邀请的问题 #9

Closed
luckmlc opened this issue Nov 9, 2019 · 2 comments
Closed

onRemoteInvitationReceived 被叫方收到视频邀请的问题 #9

luckmlc opened this issue Nov 9, 2019 · 2 comments

Comments

@luckmlc
Copy link

luckmlc commented Nov 9, 2019

你好,想问一下被叫方收到主叫方的视频邀请事件,是用哪个?看android,ios原生的文档是onRemoteInvitationReceived,我在flutter-RTM里没有找到 onRemoteInvitationReceived 这个事件,只有onRemoteInvitationReceivedByPeer,但这个看源码注释是通知主叫方『被叫收到了邀请』 。

/// Callback to the caller: occurs when the callee receives the call invitation.
void Function(AgoraRtmRemoteInvitation invite) onRemoteInvitationReceivedByPeer;

@Matrixbirds
Copy link
Contributor

这里就是对应 onRemoteInvitationReceived 你可以在这里找到集成代码

@luckmlc
Copy link
Author

luckmlc commented Nov 11, 2019

这里就是对应 onRemoteInvitationReceived 你可以在这里找到集成代码

谢谢,经测试 onRemoteInvitationReceivedByPeer 和原生的 onRemoteInvitationReceived 效果一样,可以使用

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

No branches or pull requests

2 participants