RCCallPlusSession

abstract class RCCallPlusSession

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getCallerUserId(): String
通话发起人 ID
Link copied to clipboard
abstract fun getCallId(): String
获取呼叫会话id
Link copied to clipboard
abstract fun getCallType(): RCCallPlusType
获取呼叫类型
Link copied to clipboard
abstract fun getInvitorUserId(): String
通话邀请人Id 如果通话是本端用户发起,则该值为本端用户Id 如果通话是远端用户发起,则该值为邀请人Id
Link copied to clipboard
abstract fun getMediaType(): RCCallPlusMediaType
获取当前呼叫媒体类型
Link copied to clipboard
abstract fun getRemoteUserList(): List<RCCallPlusUser>
获取通话用户列表
Link copied to clipboard
abstract fun getState(): RCCallPlusSessionStatus
当前通话所处的状态
Link copied to clipboard
abstract fun toString(): String