文档中心
云信令(原实时消息)
API 参考
Agora C# API Reference for Unity
Agora C# API Reference for Unity
继承自 IRtmApiNative .
◆ OnLocalInvitationReceivedByPeerHandler()
delegate void agora_rtm.RtmCallEventHandler.OnLocalInvitationReceivedByPeerHandler |
( |
LocalInvitation |
localInvitation | ) |
|
◆ OnLocalInvitationCanceledHandler()
delegate void agora_rtm.RtmCallEventHandler.OnLocalInvitationCanceledHandler |
( |
LocalInvitation |
localInvitation | ) |
|
◆ OnLocalInvitationFailureHandler()
◆ OnLocalInvitationAcceptedHandler()
delegate void agora_rtm.RtmCallEventHandler.OnLocalInvitationAcceptedHandler |
( |
LocalInvitation |
localInvitation, |
|
|
string |
response |
|
) |
| |
◆ OnLocalInvitationRefusedHandler()
delegate void agora_rtm.RtmCallEventHandler.OnLocalInvitationRefusedHandler |
( |
LocalInvitation |
localInvitation, |
|
|
string |
response |
|
) |
| |
◆ OnRemoteInvitationRefusedHandler()
delegate void agora_rtm.RtmCallEventHandler.OnRemoteInvitationRefusedHandler |
( |
RemoteInvitation |
remoteInvitation | ) |
|
◆ OnRemoteInvitationAcceptedHandler()
delegate void agora_rtm.RtmCallEventHandler.OnRemoteInvitationAcceptedHandler |
( |
RemoteInvitation |
remoteInvitation | ) |
|
◆ OnRemoteInvitationReceivedHandler()
delegate void agora_rtm.RtmCallEventHandler.OnRemoteInvitationReceivedHandler |
( |
RemoteInvitation |
remoteInvitation | ) |
|
◆ OnRemoteInvitationFailureHandler()
◆ OnRemoteInvitationCanceledHandler()
delegate void agora_rtm.RtmCallEventHandler.OnRemoteInvitationCanceledHandler |
( |
RemoteInvitation |
remoteInvitation | ) |
|