RCCallPlusUser

abstract class RCCallPlusUser

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun cameraEnable(): Boolean
用户当前摄像头是否开启
Link copied to clipboard
abstract fun getUserId(): String
用户Id
Link copied to clipboard
abstract fun getUserSessionStatus(): RCCallPlusUserSessionStatus
用户在通话中的状态
Link copied to clipboard
abstract fun microphoneEnable(): Boolean
用户当前麦克风是否开启
Link copied to clipboard
abstract fun toString(): String