ARRtmChannel

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

Methods

join () Future < ResultCallback>

加入频道。

leave () Future < ResultCallback>

离开频道。

sendMessage (String List < ARRtmMessage>) Future < ResultCallback>

发送频道消息。

sendMessage (String List < ARRtmMessage> , SendMessageOptions options) Future < ResultCallback>

发送频道消息。

getMembers (String List < RtmChannelMember>) Future < ResultCallback>

获取频道成员列表。

release () Future < void>

释放该频道的所有资源。

Id() Future < void>

获取当前频道 ID。