RtmCallManager

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

Methods

setEventListener (String uid) Future< RtmCallEventListener >

设置 RtmCallManager 实例的监听器。

createLocalInvitation (String calleeId) Future< LocalInvitation >

创建呼叫邀请。

sendLocalInvitation (String List <LocalInvitation >) Future< ResultCallback >

发送呼叫邀请给对方。

acceptRemoteInvitation (String List <RemoteInvitation >) Future< ResultCallback >

接受来自对方的呼叫邀请。

refuseRemoteInvitation (String List <RemoteInvitation >) Future< ResultCallback >

拒绝来自对方的呼叫邀请。

cancelLocalInvitation (String List <LocalInvitation >) Future< ResultCallback >

取消给对方的呼叫邀请