- getActiveTime() - 类 中的方法io.rong.calllib.RongCallSession
-
通话建立成功之后的本地系统时间戳 System.currentTimeMillis()
- getCallerUserId() - 类 中的方法io.rong.calllib.RongCallSession
-
获取发送消息的用户 Id。
- getCallId() - 类 中的方法io.rong.calllib.RongCallSession
-
通话ID
- getCallSession() - 类 中的方法io.rong.calllib.RongCallClient
-
获取当前通话实体,通话实体中维护着当前通话的所有信息
获取当前通话实体,通话实体中维护着当前通话的所有信息
- getConversationType() - 类 中的方法io.rong.calllib.RongCallSession
-
- getCurrentCaptureDataType() - 类 中的方法io.rong.calllib.CallVideoFrame
-
获取当前视频采集类型
- getData() - 类 中的方法io.rong.calllib.CallVideoFrame
-
YUV 数据
- getEndTime() - 类 中的方法io.rong.calllib.RongCallSession
-
endTime:记录本次音视频通话挂断(主动\被动) 或 超时 时的本地系统时间戳 System.currentTimeMillis()
- getEngineType() - 类 中的方法io.rong.calllib.RongCallSession
-
音视频引擎类型,开发者无需关心
- getExtra() - 类 中的方法io.rong.calllib.RongCallSession
-
- getHeight() - 类 中的方法io.rong.calllib.CallVideoFrame
-
当前帧的高度
- getInstance() - 类 中的静态方法io.rong.calllib.RongCallClient
-
- getInviterUserId() - 类 中的方法io.rong.calllib.RongCallSession
-
邀请当前用户加入通话的邀请者
- getMediaType() - 类 中的方法io.rong.calllib.RongCallSession
-
音视频通话类型
- getObserverUserList() - 类 中的方法io.rong.calllib.RongCallSession
-
当前的观察者列表
- getOesTextureId() - 类 中的方法io.rong.calllib.CallVideoFrame
-
纹理资源 id
- getParticipantProfileList() - 类 中的方法io.rong.calllib.RongCallSession
-
当前的用户列表,包含观察者列表中的成员
- getPushConfig() - 类 中的方法io.rong.calllib.RongCallSession
-
- getRotation() - 类 中的方法io.rong.calllib.CallVideoFrame
-
旋转角度
- getSelfUserId() - 类 中的方法io.rong.calllib.RongCallSession
-
- getSessionId() - 类 中的方法io.rong.calllib.RongCallSession
-
记录当前通话的唯一标识
- getStartTime() - 类 中的方法io.rong.calllib.RongCallSession
-
startTime:记录开始主叫或被叫的本地系统时间戳 System.currentTimeMillis()
- getTargetId() - 类 中的方法io.rong.calllib.RongCallSession
-
通话的目标会话ID 根据不同的 conversationType,可能是聊天 Id、讨论组 Id、群组 Id 或聊天室 Id。
- getTimestamp() - 类 中的方法io.rong.calllib.CallVideoFrame
-
时间戳
- getUserType() - 类 中的方法io.rong.calllib.RongCallSession
-
当前用户类型
- getValue() - 枚举 中的方法io.rong.calllib.RongCallCommon.CallDisconnectedReason
-
- getValue() - 枚举 中的方法io.rong.calllib.RongCallCommon.CallEngineType
-
- getValue() - 枚举 中的方法io.rong.calllib.RongCallCommon.CallErrorCode
-
- getValue() - 枚举 中的方法io.rong.calllib.RongCallCommon.CallMediaType
-
- getValue() - 枚举 中的方法io.rong.calllib.RongCallCommon.CallModifyMemType
-
- getValue() - 枚举 中的方法io.rong.calllib.RongCallCommon.CallStatus
-
- getValue() - 枚举 中的方法io.rong.calllib.RongCallCommon.CallUserType
-
- getWidth() - 类 中的方法io.rong.calllib.CallVideoFrame
-
当前帧的宽度