Package cn.rongcloud.callplus.api
Class RCCallPlusSession
-
- All Implemented Interfaces:
public abstract class RCCallPlusSession
-
-
Constructor Summary
Constructors Constructor Description RCCallPlusSession()
-
Method Summary
Modifier and Type Method Description abstract String
getCallId()
获取呼叫会话id abstract RCCallPlusSessionStatus
getState()
当前通话所处的状态 abstract RCCallPlusType
getCallType()
获取呼叫类型 abstract RCCallPlusMediaType
getMediaType()
获取当前呼叫媒体类型 abstract String
getCallerUserId()
通话发起人 ID abstract String
getInvitorUserId()
通话邀请人Id 如果通话是本端用户发起,则该值为本端用户Id 如果通话是远端用户发起,则该值为邀请人Id abstract List<RCCallPlusUser>
getRemoteUserList()
获取通话用户列表 abstract String
toString()
-
-
Method Detail
-
getCallId
abstract String getCallId()
获取呼叫会话id
-
getState
abstract RCCallPlusSessionStatus getState()
当前通话所处的状态
-
getCallType
abstract RCCallPlusType getCallType()
获取呼叫类型
-
getMediaType
abstract RCCallPlusMediaType getMediaType()
获取当前呼叫媒体类型
-
getCallerUserId
abstract String getCallerUserId()
通话发起人 ID
-
getInvitorUserId
abstract String getInvitorUserId()
通话邀请人Id
如果通话是本端用户发起,则该值为本端用户Id
如果通话是远端用户发起,则该值为邀请人Id
-
getRemoteUserList
abstract List<RCCallPlusUser> getRemoteUserList()
获取通话用户列表
-
toString
abstract String toString()
-
-
-
-