RemoteInvitation

最近更新时间:2022-09-20 05:17:40

Public 成员函数
StringgetCallerId ()
StringgetContent ()
StringgetChannelId ()
voidsetResponse (String response)
StringgetResponse ()
intgetState ()

成员函数说明

getCallerId()

String org.ar.rtm.RemoteInvitation.getCallerId  ()  

供被叫获取主叫的用户 ID。

getChannelId()

String org.ar.rtm.RemoteInvitation.getChannelId()

供被叫获取频道 ID。

getContent()

String org.ar.rtm.RemoteInvitation.getContent(  )   

供被叫获取主叫设置的邀请内容。

  • 注解

    主叫通过通过 setContent 方法设置。

getResponse()

String org.ar.rtm.RemoteInvitation.getResponse()    

供被叫获取自己设置的响应内容。

注解

被叫通过通过 setResponse 方法设置呼叫邀请响应内容。

getState()

int org.ar.rtm.RemoteInvitation.getState()

供被叫获得呼叫邀请的状态。

详见 RemoteInvitationState

setResponse()

void org.ar.rtm.RemoteInvitation.setResponse(String     response)

供被叫设置针对呼叫邀请的响应.

参数描述
response邀请响应。若编码为 UTF-8, response 的对应的字节数不得超过 8 KB。