继承自 IRtmApiNative , 以及 IDisposable .
◆ SendLocalInvitation()
int agora_rtm.RtmCallManager.SendLocalInvitation |
( |
LocalInvitation |
invitation | ) |
|
发送呼叫邀请给被叫。
- 参数
-
- 返回
- 0: 方法调用成功。
- ≠0: 方法调用失败。详见 INVITATION_API_CALL_ERR_CODE 。
◆ AcceptRemoteInvitation()
int agora_rtm.RtmCallManager.AcceptRemoteInvitation |
( |
RemoteInvitation |
invitation | ) |
|
接受来自主叫的呼叫邀请。
- 参数
-
- 返回
- 0: 方法调用成功。
- ≠0: 方法调用失败。详见 INVITATION_API_CALL_ERR_CODE 。
◆ RefuseRemoteInvitation()
int agora_rtm.RtmCallManager.RefuseRemoteInvitation |
( |
RemoteInvitation |
invitation | ) |
|
Allows the callee to decline an incoming call invitation.
- 参数
-
- 返回
- 0: 方法调用成功。
- ≠0: 方法调用失败。详见 INVITATION_API_CALL_ERR_CODE 。
◆ CancelLocalInvitation()
int agora_rtm.RtmCallManager.CancelLocalInvitation |
( |
LocalInvitation |
invitation | ) |
|
取消给被叫的呼叫邀请。
- 参数
-
- 返回
- 0: 方法调用成功。
- ≠0: 方法调用失败。详见 INVITATION_API_CALL_ERR_CODE 。
◆ CreateLocalCallInvitation()
LocalInvitation agora_rtm.RtmCallManager.CreateLocalCallInvitation |
( |
string |
calleeId | ) |
|