跳过导航链接
A C D E G H I O P Q R S U V W 

A

acceptCall(String) - 类 中的方法io.rong.calllib.RongCallClient
接听通话
接听通话
acceptCall(String, int, boolean, StartCameraCallback) - 类 中的方法io.rong.calllib.RongCallClient
打开指定摄像头方式接听通话
打开指定摄像头方式接听通话
addParticipants(String, ArrayList<String>, ArrayList<String>) - 类 中的方法io.rong.calllib.RongCallClient
邀请用户加入当前通话(仅限讨论组和群组)
邀请用户加入当前通话

C

CallVideoFrame - io.rong.calllib中的类
视频帧数据实体类
CallVideoFrame() - 类 的构造器io.rong.calllib.CallVideoFrame
 
CallVideoFrame(int, int, int, byte[]) - 类 的构造器io.rong.calllib.CallVideoFrame
 
canCallContinued(String) - 类 中的方法io.rong.calllib.RongCallClient
 
changeCallMediaType(RongCallCommon.CallMediaType) - 类 中的方法io.rong.calllib.RongCallClient
视频通话转音频通话
视频通话转音频通话
CREATOR - 类 中的静态变量io.rong.calllib.RongCallSession
 

D

describeContents() - 类 中的方法io.rong.calllib.RongCallSession
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。

E

enableMultiPlatformMode() - 类 中的方法io.rong.calllib.RongCallClient
开启跨平台模式。

G

getActiveTime() - 类 中的方法io.rong.calllib.RongCallSession
通话建立成功之后的本地系统时间戳 System.currentTimeMillis()
getCallerUserId() - 类 中的方法io.rong.calllib.RongCallSession
获取发送消息的用户 Id。
getCallId() - 类 中的方法io.rong.calllib.RongCallSession
通话ID
getCallSession() - 类 中的方法io.rong.calllib.RongCallClient
获取当前通话实体,通话实体中维护着当前通话的所有信息
获取当前通话实体,通话实体中维护着当前通话的所有信息
getCallVideoProfile(String) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallVideoProfile
 
getContext() - 类 中的方法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
时间戳
getTransformMatrix() - 类 中的方法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
 
getVersion() - 类 中的静态方法io.rong.calllib.RongCallClient
 
getWidth() - 类 中的方法io.rong.calllib.CallVideoFrame
当前帧的宽度

H

hangUpCall(String) - 类 中的方法io.rong.calllib.RongCallClient
挂断通话
挂断通话
hangUpCall() - 类 中的方法io.rong.calllib.RongCallClient
挂断通话
挂断通话

I

io.rong.calllib - 程序包 io.rong.calllib
 
IRongCallListener - io.rong.calllib中的接口
通话事件监听
IRongReceivedCallListener - io.rong.calllib中的接口
通话来电监听
isLocalAudioEnabled() - 类 中的方法io.rong.calllib.RongCallClient
本地音频是否开启 本地音频是否开启
isLocalVideoEnabled() - 类 中的方法io.rong.calllib.RongCallClient
本地视频是否开启 本地视频是否开启
isSpeakerphoneEnabled() - 类 中的方法io.rong.calllib.RongCallClient
扬声器是否开启 扬声器是否开启
isVoIPEnabled(Context) - 类 中的方法io.rong.calllib.RongCallClient
检查音视频引擎是否可用
检查音视频引擎是否可用
IVideoFrameListener - io.rong.calllib中的接口
本地视频流数据监听

O

onAudioLevelReceive(HashMap<String, String>) - 接口 中的方法io.rong.calllib.IRongCallListener
对端音量大小回调
onAudioLevelSend(String) - 接口 中的方法io.rong.calllib.IRongCallListener
本端音量大小回调
onCallConnected(RongCallSession, SurfaceView) - 接口 中的方法io.rong.calllib.IRongCallListener
已建立通话。
onCallDisconnected(RongCallSession, RongCallCommon.CallDisconnectedReason) - 接口 中的方法io.rong.calllib.IRongCallListener
通话结束。
onCallOutgoing(RongCallSession, SurfaceView) - 接口 中的方法io.rong.calllib.IRongCallListener
电话已拨出。
onCheckPermission(RongCallSession) - 接口 中的方法io.rong.calllib.IRongReceivedCallListener
targetSDKVersion 大于等于 23 时检查权限的回调。
onError(RongCallCommon.CallErrorCode) - 接口 中的方法io.rong.calllib.IRongCallListener
通话过程中,发生异常。
onFirstRemoteVideoFrame(String, int, int) - 接口 中的方法io.rong.calllib.IRongCallListener
收到某个用户的第一帧视频数据
onMediaTypeChanged(String, RongCallCommon.CallMediaType, SurfaceView) - 接口 中的方法io.rong.calllib.IRongCallListener
当通话中的某一个参与者切换通话类型,例如由 audio 切换至 video,回调 onMediaTypeChanged。
onNetworkReceiveLost(String, int) - 接口 中的方法io.rong.calllib.IRongCallListener
接收丢包率信息回调
onNetworkSendLost(int, int) - 接口 中的方法io.rong.calllib.IRongCallListener
发送丢包率信息回调
onPermissionDenied() - 类 中的方法io.rong.calllib.RongCallClient
拒绝授予权限
android 6.0以上的版本适用,用户拒绝授权之后回调此接口通知CallLib(IRongReceivedCallListener#onCheckPermission(RongCallSession)), audio call需要获取Manifest.permission.RECORD_AUDIO权限
video call需要获取Manifest.permission.RECORD_AUDIO和Manifest.permission.CAMERA两项权限
onPermissionGranted() - 类 中的方法io.rong.calllib.RongCallClient
授予权限
android 6.0以上的版本适用
用户授权通过之后回调此接口通知CallLib(IRongReceivedCallListener#onCheckPermission(RongCallSession))用户授权成功
audio call需要获取Manifest.permission.RECORD_AUDIO和权限
video call需要获取audio call中权限和Manifest.permission.CAMERA权限
onReceivedCall(RongCallSession) - 接口 中的方法io.rong.calllib.IRongReceivedCallListener
来电回调
onRemoteCameraDisabled(String, boolean) - 接口 中的方法io.rong.calllib.IRongCallListener
远端参与者 camera 状态发生变化时,回调 onRemoteCameraDisabled 通知状态变化。
onRemoteMicrophoneDisabled(String, boolean) - 接口 中的方法io.rong.calllib.IRongCallListener
远端参与者 麦克风 状态发生变化时,回调 onRemoteMicrophoneDisabled 通知状态变化。
onRemoteUserAccept(String, RongCallCommon.CallMediaType) - 接口 中的方法io.rong.calllib.IRongCallListener
Add From 5.1.12 远端用户接听时回调 #onRemoteUserAccept(String, CallMediaType)
onRemoteUserInvited(String, RongCallCommon.CallMediaType) - 接口 中的方法io.rong.calllib.IRongCallListener
通话中的某一个参与者,邀请好友加入通话,发出邀请请求后,回调 onRemoteUserInvited。
onRemoteUserJoined(String, RongCallCommon.CallMediaType, int, SurfaceView) - 接口 中的方法io.rong.calllib.IRongCallListener
被叫端加入通话。
onRemoteUserLeft(String, RongCallCommon.CallDisconnectedReason) - 接口 中的方法io.rong.calllib.IRongCallListener
通话中的远端参与者离开。
onRemoteUserPublishVideoStream(String, String, String, SurfaceView) - 接口 中的方法io.rong.calllib.IRongCallListener
远端用户发布了自定义视频流 调用RongCallClient.getInstance().publishCustomVideoStream(String tag, publishCallBack callBack) 方法发布自定义视频流
onRemoteUserRinging(String) - 接口 中的方法io.rong.calllib.IRongCallListener
被叫端正在振铃。
onRemoteUserUnpublishVideoStream(String, String, String) - 接口 中的方法io.rong.calllib.IRongCallListener
远端用户取消发布自定义视频流

P

processVideoFrame(CallVideoFrame) - 接口 中的方法io.rong.calllib.IVideoFrameListener
视频数据回调接口,用于开发者自定义美颜等的视频处理 回调线程名:Camera SurfaceTextureHelper ;
publishCustomVideoStream(String, PublishCallBack) - 类 中的方法io.rong.calllib.RongCallClient
发布自定义音视频流
发布自定义音视频流 ,该方法必须在通话过程中设置有效,如:IRongCallListener#onCallConnected(RongCallSession, SurfaceView) 回调中
publishMediaResource(RongCallCommon.CallMediaType) - 类 中的方法io.rong.calllib.RongCallClient
观察者发布资源 仅为观察者身份时发布资源

Q

queryJoinedRoom(<any>) - 类 中的方法io.rong.calllib.RongCallClient
查询本用户是否在其他设备进行音视频通话或调用RCRTCEngine#joinRoom(String, IRCRTCResultDataCallback) 成功

R

registerAudioFrameListener(IRCRTCAudioDataListener) - 类 中的方法io.rong.calllib.RongCallClient
本地音频流上报监听
用于处理通话中的音频数据。
registerVideoFrameListener(IVideoFrameListener) - 类 中的方法io.rong.calllib.RongCallClient
注册本地视频流上报监听
用于处理视频通话中的视频数据。
RongCallClient - io.rong.calllib中的类
 
RongCallClient(Context, IHandler) - 类 的构造器io.rong.calllib.RongCallClient
 
RongCallCommon - io.rong.calllib中的类
Created by weiqinxiao on 16/3/1.
RongCallCommon() - 类 的构造器io.rong.calllib.RongCallCommon
 
RongCallCommon.CallDisconnectedReason - io.rong.calllib中的枚举
通话中断状态码
RongCallCommon.CallEngineType - io.rong.calllib中的枚举
 
RongCallCommon.CallErrorCode - io.rong.calllib中的枚举
通话状态码
RongCallCommon.CallMediaType - io.rong.calllib中的枚举
通话媒体类型
RongCallCommon.CallModifyMemType - io.rong.calllib中的枚举
 
RongCallCommon.CallPermission - io.rong.calllib中的枚举
 
RongCallCommon.CallStatus - io.rong.calllib中的枚举
 
RongCallCommon.CallUserType - io.rong.calllib中的枚举
通话用户身份类型
RongCallCommon.CallVideoProfile - io.rong.calllib中的枚举
 
RongCallSession - io.rong.calllib中的类
通话信息
RongCallSession() - 类 的构造器io.rong.calllib.RongCallSession
 
RongCallSession(Parcel) - 类 的构造器io.rong.calllib.RongCallSession
 

S

setActiveTime(long) - 类 中的方法io.rong.calllib.RongCallSession
通话建立成功之后的本地系统时间戳 System.currentTimeMillis()
setAudioConfig(RCRTCAudioStreamConfig.Builder) - 类 中的方法io.rong.calllib.RongCallClient
音频相关配置
setCallerUserId(String) - 类 中的方法io.rong.calllib.RongCallSession
获取发送消息的用户 Id。
setCallId(String) - 类 中的方法io.rong.calllib.RongCallSession
通话ID
setCallSignalSender(IRongCallSignalSender) - 类 中的静态方法io.rong.calllib.RongCallClient
 
setCameraFrameOrientation(int, int) - 类 中的方法io.rong.calllib.RongCallClient
设置相机采集角度和编码使用到的角度
setConversationType(Conversation.ConversationType) - 类 中的方法io.rong.calllib.RongCallSession
 
setData(byte[]) - 类 中的方法io.rong.calllib.CallVideoFrame
 
setEnableLocalAudio(boolean) - 类 中的方法io.rong.calllib.RongCallClient
设置是否打开本地音频
设置是否打开本地音频
setEnableLocalVideo(boolean) - 类 中的方法io.rong.calllib.RongCallClient
设置是否打开本地摄像头
设置是否打开本地摄像头
setEnableSpeakerphone(boolean) - 类 中的方法io.rong.calllib.RongCallClient
设置是否打开免提
设置是否打开扬声器,在 IRongCallListener#onCallConnected(RongCallSession, SurfaceView) 之后调用有效
setEndTime(long) - 类 中的方法io.rong.calllib.RongCallSession
endTime:记录本次音视频通话挂断(主动\被动) 或 超时 时的本地系统时间戳 System.currentTimeMillis()
setEngineType(RongCallCommon.CallEngineType) - 类 中的方法io.rong.calllib.RongCallSession
音视频引擎类型,开发者无需关心
setExtra(String) - 类 中的方法io.rong.calllib.RongCallSession
 
setHeight(int) - 类 中的方法io.rong.calllib.CallVideoFrame
 
setInviterUserId(String) - 类 中的方法io.rong.calllib.RongCallSession
邀请当前用户加入通话的邀请者
setJoinType(RCRTCJoinType) - 类 中的方法io.rong.calllib.RongCallClient
 
setMediaType(RongCallCommon.CallMediaType) - 类 中的方法io.rong.calllib.RongCallSession
音视频通话类型
setMissedCallListener(RongCallMissedListener) - 类 中的静态方法io.rong.calllib.RongCallClient
 
setMultiPlatformVideoView(String, String, RCRTCBaseView) - 类 中的方法io.rong.calllib.RongCallClient
设置跨平台使用的渲染视图。
setObserverUserList(List<String>) - 类 中的方法io.rong.calllib.RongCallSession
当前的观察者列表
setOesTextureId(int) - 类 中的方法io.rong.calllib.CallVideoFrame
 
setParticipantUserList(List<CallUserProfile>) - 类 中的方法io.rong.calllib.RongCallSession
当前的用户列表,包含观察者列表中的成员
setPushConfig(MessagePushConfig, MessagePushConfig) - 类 中的静态方法io.rong.calllib.RongCallClient
自定义通话推送标题和内容等 pushConfig
自定义音视频通话的推送配置 开发者在调用#startCall(ConversationType, String, List, List, CallMediaType, String)发起通话前设置
setPushConfig(MessagePushConfig) - 类 中的方法io.rong.calllib.RongCallSession
 
setReceivedCallListener(IRongReceivedCallListener) - 类 中的静态方法io.rong.calllib.RongCallClient
设置通话来电监听
设置通话来电监听
setRotation(int) - 类 中的方法io.rong.calllib.CallVideoFrame
 
setRTCConfig(RCRTCConfig.Builder) - 类 中的方法io.rong.calllib.RongCallClient
设置音视频配置
必须在 RongCallClient#startCall 和 RongCallClient#acceptCall(String) 之前调用
setSelfUserId(String) - 类 中的方法io.rong.calllib.RongCallSession
 
setSessionId(String) - 类 中的方法io.rong.calllib.RongCallSession
 
setStartTime(long) - 类 中的方法io.rong.calllib.RongCallSession
startTime:记录开始主叫或被叫的本地系统时间戳 System.currentTimeMillis()
setTargetId(String) - 类 中的方法io.rong.calllib.RongCallSession
通话的目标会话ID 根据不同的 conversationType,可能是聊天 Id、讨论组 Id、群组 Id 或聊天室 Id。
setTimestamp(long) - 类 中的方法io.rong.calllib.CallVideoFrame
 
setTransformMatrix(float[]) - 类 中的方法io.rong.calllib.CallVideoFrame
 
setUserType(RongCallCommon.CallUserType) - 类 中的方法io.rong.calllib.RongCallSession
当前用户类型
setVideoConfig(RCRTCVideoStreamConfig.Builder) - 类 中的方法io.rong.calllib.RongCallClient
视频分辨率、码率相关配置
setVoIPCallListener(IRongCallListener) - 类 中的方法io.rong.calllib.RongCallClient
设置通话状态回调
设置通话状态回调
setWidth(int) - 类 中的方法io.rong.calllib.CallVideoFrame
 
startCall(Conversation.ConversationType, String, List<String>, List<String>, RongCallCommon.CallMediaType, String) - 类 中的方法io.rong.calllib.RongCallClient
发起通话
发起通话
startCall(int, boolean, Conversation.ConversationType, String, List<String>, List<String>, RongCallCommon.CallMediaType, String, StartCameraCallback) - 类 中的方法io.rong.calllib.RongCallClient
打开指定摄像头方式发起通话
打开指定摄像头方式发起通话
startCapture() - 类 中的方法io.rong.calllib.RongCallClient
仅打开本地摄像头
在通话建立(IRongCallListener#onCallConnected)之后打开摄像头,对端不会收到 IRongCallListener#onRemoteCameraDisabled 通知
switchCamera() - 类 中的方法io.rong.calllib.RongCallClient
前后摄像头切换,适用于通过SDK打开默认摄像头的场景
在通话建立(IRongCallListener#onCallConnected)之后切换前后置摄像头,该方法适用于通过SDK打开默认摄像头的场景,配合 RongCallClient#startCall(Conversation.ConversationType, String, List, List, RongCallCommon.CallMediaType, String) 使用,startCall 方法默认打开前置摄像头
switchCamera(int, boolean, CameraSwitchCallBack) - 类 中的方法io.rong.calllib.RongCallClient
切换指定 id 摄像头 在通话建立(IRongCallListener#onCallConnected)之后切换指定 ID 的摄像头,该方法适用于通过 SDK 打开指定摄像头的场景,配合 RongCallClient#startCall(int, boolean, Conversation.ConversationType, String, List, List, RongCallCommon.CallMediaType, String, StartCameraCallback) 使用。

U

unInit() - 类 中的方法io.rong.calllib.RongCallClient
隐藏方法,当 ipc 进程崩溃时,需要注销该实例并释放内存
unpublishCustomVideoStream(RCRTCOutputStream, IRCRTCResultCallback) - 类 中的方法io.rong.calllib.RongCallClient
取消发布自定义音视频流
取消发布自定义音视频流
unregisterVideoFrameObserver() - 类 中的方法io.rong.calllib.RongCallClient
取消注册 本地音频流上报监听
在不使用本地视频流时取消注册

V

valueOf(String) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallDisconnectedReason
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallDisconnectedReason
 
valueOf(String) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallEngineType
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallEngineType
 
valueOf(String) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallErrorCode
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallErrorCode
 
valueOf(String) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallMediaType
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallMediaType
 
valueOf(String) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallModifyMemType
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallModifyMemType
 
valueOf(String) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallPermission
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallStatus
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallStatus
 
valueOf(String) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallUserType
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallUserType
 
valueOf(String) - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallVideoProfile
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallDisconnectedReason
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallEngineType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallMediaType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallModifyMemType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallPermission
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallUserType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.calllib.RongCallCommon.CallVideoProfile
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

writeToParcel(Parcel, int) - 类 中的方法io.rong.calllib.RongCallSession
 
A C D E G H I O P Q R S U V W 
跳过导航链接