Inherits IDisposable.
◆ RtmCallManager()
agora_rtm.RtmCallManager.RtmCallManager |
( |
IntPtr |
rtmCallManager, |
|
|
RtmCallEventHandler |
rtmCallEventHandler |
|
) |
| |
|
inline |
◆ AcceptRemoteInvitation()
int agora_rtm.RtmCallManager.AcceptRemoteInvitation |
( |
RemoteInvitation |
invitation | ) |
|
|
inline |
Allows the callee to accept an incoming call invitation.
- Parameters
-
- Returns
-
◆ CancelLocalInvitation()
int agora_rtm.RtmCallManager.CancelLocalInvitation |
( |
LocalInvitation |
invitation | ) |
|
|
inline |
Allows the caller to cancel an outgoing call invitation.
- Parameters
-
- Returns
-
◆ CreateLocalCallInvitation()
LocalInvitation agora_rtm.RtmCallManager.CreateLocalCallInvitation |
( |
string |
calleeId | ) |
|
|
inline |
◆ Dispose()
void agora_rtm.RtmCallManager.Dispose |
( |
| ) |
|
|
inline |
◆ RefuseRemoteInvitation()
int agora_rtm.RtmCallManager.RefuseRemoteInvitation |
( |
RemoteInvitation |
invitation | ) |
|
|
inline |
Allows the callee to decline an incoming call invitation.
- Parameters
-
- Returns
-
◆ SendLocalInvitation()
int agora_rtm.RtmCallManager.SendLocalInvitation |
( |
LocalInvitation |
invitation | ) |
|
|
inline |
Allows the caller to send a call invitation to the callee.
- Parameters
-
- Returns
-
The documentation for this class was generated from the following file: