◆ RtmCallEventHandler()
agora_rtm.RtmCallEventHandler.RtmCallEventHandler |
( |
| ) |
|
|
inline |
◆ OnLocalInvitationAcceptedHandler()
delegate void agora_rtm.RtmCallEventHandler.OnLocalInvitationAcceptedHandler |
( |
LocalInvitation |
localInvitation, |
|
|
string |
response |
|
) |
| |
Callback to the caller: occurs when the callee accepts the call invitation.
- Parameters
-
localInvitation | A LocalInvitation object. |
response | The callee's response to the call invitation. |
◆ OnLocalInvitationCanceledHandler()
delegate void agora_rtm.RtmCallEventHandler.OnLocalInvitationCanceledHandler |
( |
LocalInvitation |
localInvitation | ) |
|
Callback to the caller: occurs when the caller cancels a call invitation.
- Parameters
-
◆ OnLocalInvitationFailureHandler()
Callback to the caller: occurs when the life cycle of the outgoing call invitation ends in failure.
- Parameters
-
◆ OnLocalInvitationReceivedByPeerHandler()
delegate void agora_rtm.RtmCallEventHandler.OnLocalInvitationReceivedByPeerHandler |
( |
LocalInvitation |
localInvitation | ) |
|
Callback to the caller: occurs when the callee receives the call invitation.
- Parameters
-
◆ OnLocalInvitationRefusedHandler()
delegate void agora_rtm.RtmCallEventHandler.OnLocalInvitationRefusedHandler |
( |
LocalInvitation |
localInvitation, |
|
|
string |
response |
|
) |
| |
Callback to the caller: occurs when the callee refuses the call invitation.
- Parameters
-
localInvitation | A LocalInvitation object. |
response | The callee's response to the call invitation. |
◆ OnRemoteInvitationAcceptedHandler()
delegate void agora_rtm.RtmCallEventHandler.OnRemoteInvitationAcceptedHandler |
( |
RemoteInvitation |
remoteInvitation | ) |
|
Callback to the callee: occurs when the callee accepts a call invitation.
- Parameters
-
◆ OnRemoteInvitationCanceledHandler()
delegate void agora_rtm.RtmCallEventHandler.OnRemoteInvitationCanceledHandler |
( |
RemoteInvitation |
remoteInvitation | ) |
|
Callback to the callee: occurs when the caller cancels the call invitation.
- Parameters
-
◆ OnRemoteInvitationFailureHandler()
Callback to the callee: occurs when the life cycle of the incoming call invitation ends in failure.
- Parameters
-
◆ OnRemoteInvitationReceivedHandler()
delegate void agora_rtm.RtmCallEventHandler.OnRemoteInvitationReceivedHandler |
( |
RemoteInvitation |
remoteInvitation | ) |
|
Callback to the callee: occurs when the callee receives a call invitation.
- Parameters
-
◆ OnRemoteInvitationRefusedHandler()
delegate void agora_rtm.RtmCallEventHandler.OnRemoteInvitationRefusedHandler |
( |
RemoteInvitation |
remoteInvitation | ) |
|
Callback for the callee: occurs when the callee refuses a call invitation.
- Parameters
-
◆ Release()
void agora_rtm.RtmCallEventHandler.Release |
( |
| ) |
|
|
inline |
◆ OnLocalInvitationAccepted
◆ OnLocalInvitationCanceled
◆ OnLocalInvitationFailure
◆ OnLocalInvitationReceivedByPeer
◆ OnLocalInvitationRefused
◆ OnRemoteInvitationAccepted
◆ OnRemoteInvitationCanceled
◆ OnRemoteInvitationFailure
◆ OnRemoteInvitationReceived
◆ OnRemoteInvitationRefused
The documentation for this class was generated from the following file: