继承自 IRtmApiNative , 以及 IDisposable .
Public 成员函数 | |
RemoteInvitation (IntPtr remoteInvitationPtr, bool needDispose=true) | |
string | GetCallerId () |
string | GetContent () |
void | SetResponse (string response) |
string | GetResponse () |
string | GetChannelId () |
REMOTE_INVITATION_STATE | GetState () |
IntPtr | GetPtr () |
void | Dispose () |
string agora_rtm.RemoteInvitation.GetCallerId | ( | ) |
供被叫获取主叫的用户 ID。
string agora_rtm.RemoteInvitation.GetContent | ( | ) |
供被叫获取主叫通过 SetContent 方法设置的呼叫邀请内容。
void agora_rtm.RemoteInvitation.SetResponse | ( | string | response | ) |
供被叫设置呼叫邀请响应。
response | 邀请响应。若编码为 UTF-8, response 的对应的字节长度不得超过 8 KB。 |
REMOTE_INVITATION_STATE agora_rtm.RemoteInvitation.GetState | ( | ) |
供被叫获取呼叫邀请状态。