LocalInvitation

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

Public 成员函数
StringgetCalleeId ()
voidsetContent (String content)
StringgetContent ()
voidsetChannelId (String channelId)
StringgetChannelId ()
StringgetResponse ()
voidsetResponse (String response)
intgetState ()

成员函数说明

getCalleeId()

String org.ar.rtm.LocalInvitation.getCalleeId   ()  

获取被叫的用户 ID。

getChannelId()

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

供主叫获取频道 ID。

  • 返回

    主叫通过 setChannelId 方法设置的频道 ID。

getContent()

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

供主叫获取自己设置的呼叫邀请内容。

  • 注解

    呼叫邀请内容通过 setContent 方法设置。

getResponse()

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

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

注解

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

getState()

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

获得呼叫邀请的状态。

详见 LocalInvitationState

setChannelId()

void org.ar.rtm.LocalInvitation.setChannelId(String channelId)  

供主叫设置频道 ID。

参数描述
channelId待设置的频道 ID。

setContent()

void org.ar.rtm.LocalInvitation.setContent(String   content)

设置邀请内容。

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

setResponse()

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

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

参数

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