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 StringgetCallId()获取呼叫会话id abstract RCCallPlusSessionStatusgetState()当前通话所处的状态 abstract RCCallPlusTypegetCallType()获取呼叫类型 abstract RCCallPlusMediaTypegetMediaType()获取当前呼叫媒体类型 abstract StringgetCallerUserId()通话发起人 ID abstract StringgetInvitorUserId()通话邀请人Id 如果通话是本端用户发起,则该值为本端用户Id 如果通话是远端用户发起,则该值为邀请人Id abstract List<RCCallPlusUser>getRemoteUserList()获取通话用户列表 abstract StringgetSyncData()abstract RCCallPlusEncryptiongetEncryption()abstract StringtoString()-
-
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()
获取通话用户列表
-
getSyncData
abstract String getSyncData()
-
getEncryption
abstract RCCallPlusEncryption getEncryption()
-
toString
abstract String toString()
-
-
-
-