RCCallPlusCallRecord

abstract class RCCallPlusCallRecord

通话记录

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getCallDirection(): RCCallPlusDirection
获取通话呼叫方向
Link copied to clipboard
abstract fun getCallerUserId(): String
通话发起人Id
Link copied to clipboard
abstract fun getCallId(): String
呼叫会话Id
Link copied to clipboard
abstract fun getCallSessionStatus(): RCCallPlusSessionStatus
获取当前通话状态
Link copied to clipboard
abstract fun getCallType(): RCCallPlusType
获取当前通话的呼叫类型
Link copied to clipboard
abstract fun getCallUserIds(): List<String>
通话参与用户 Id 列表
Link copied to clipboard
abstract fun getCurrentUserSessionStatus(): RCCallPlusUserSessionStatus
获取当前用户状态
Link copied to clipboard
abstract fun getDuration(): Long
通话时长(总秒数)
Link copied to clipboard
abstract fun getEndCallReason(): RCCallPlusReason
通话结束原因
Link copied to clipboard
abstract fun getEndTime(): Long
结束通话时间戳(当前时间到1970-1-1 00:00:00的总毫秒数)
Link copied to clipboard
abstract fun getFirstFrameTime(): Long
客户端收到首帧的时间戳(当前时间到1970-1-1 00:00:00的总毫秒数)
Link copied to clipboard
abstract fun getMediaType(): RCCallPlusMediaType
获取当前通话媒体类型
Link copied to clipboard
获取会话创建时间
Link copied to clipboard
abstract fun getStartTime(): Long
开始通话时间戳(当前时间到1970-1-1 00:00:00的总毫秒数)
Link copied to clipboard
abstract fun getSyncTime(): Long
同步时间戳(当前时间到1970-1-1 00:00:00的总毫秒数)。 该值为 [getCallRecordsFromServer 方法syncTime传递的值
Link copied to clipboard
abstract fun getUserId(): String
本端用户Id
Link copied to clipboard
abstract fun toString(): String