A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z 

R

Rate32000 - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamAudioSampleRate
 
Rate44100 - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamAudioSampleRate
 
Rate48000 - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamAudioSampleRate
 
RC4 - enum entry in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig.SymmetryType
 
RECALL - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomChatEventType

消息撤回

recallChatroomMessage(String,Long,NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
撤回聊天室消息
recallChatroomMessage(String,Long,NEChatroomType,NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
撤回聊天室消息
recomputeViewAttributes(View) - function in android.view.NERoomVideoView
 
recomputeViewAttributes(View) - function in android.view.NEWhiteboardView
 
Reconnect - enum entry in com.netease.yunxin.kit.roomkit.api.model.NERoomConnectType

IM和RTC都重连成功时触发

RECONNECTED - enum entry in com.netease.yunxin.kit.roomkit.api.service.NEAuthEvent

重连成功

reconnectMyAudio(NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
恢复音频,恢复音频后将恢复自己与其他人的音频互通,但是具体音频是否可听见还是取决于成员的mute状态
RECORDING_START - enum entry in com.netease.yunxin.kit.roomkit.api.model.NERoomCloudRecordState

云录制中

RECORDING_STOP - enum entry in com.netease.yunxin.kit.roomkit.api.model.NERoomCloudRecordState

未在云录制

refreshDrawableState() - function in android.view.NERoomVideoView
 
refreshDrawableState() - function in android.view.NEWhiteboardView
 
rejectInvite(String,NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NERoomService
拒绝正在进行的呼叫,无论是正在响铃还是等待响铃都可以使用
rejectSeatInvitation(NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
成员拒绝管理员的上麦邀请。
rejectSeatRequest(String,NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
管理员拒绝成员user的上麦请求,非管理员执行该操作会失败。
rejoinAfterAdmittedToRoom(NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomContext
用于在房间管理员授权成员加入后重新加入房间。 如等候室内的成员在被准入后可通过该接口重新加入当前房间。
releasePointerCapture() - function in android.view.NERoomVideoView
 
releasePointerCapture() - function in android.view.NEWhiteboardView
 
reload() - function in android.webkit.NEWhiteboardView
 
removeAllViews() - function in android.view.NERoomVideoView
 
removeAllViews() - function in android.view.NEWhiteboardView
 
removeAllViewsInLayout() - function in android.view.NERoomVideoView
 
removeAllViewsInLayout() - function in android.view.NEWhiteboardView
 
removeAuthListener(NEAuthListener) - function in com.netease.yunxin.kit.roomkit.api.service.NEAuthService
移除鉴权事件监听
removeBeautyFilter() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
不需要使用滤镜效果时,调用 removeBeautyFilter 移除滤镜。
removeBeautyFilter() - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
不需要使用滤镜效果时,调用 removeBeautyFilter 移除滤镜。
removeBeautyFilter() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
不需要使用滤镜效果时,调用 removeBeautyFilter 移除滤镜。
removeBeautySticker() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
取消贴纸效果。
removeBeautySticker() - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
取消贴纸效果。
removeBeautySticker() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
取消贴纸效果。
removeCall(String,NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomSIPController
移除呼叫
removeCall(String,NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomAppInviteController
移除呼叫
removeCallbacks(Runnable) - function in android.view.NERoomVideoView
 
removeCallbacks(Runnable) - function in android.view.NEWhiteboardView
 
removeDetachedView(View,Boolean) - function in android.view.NERoomVideoView
 
removeDetachedView(View,Boolean) - function in android.view.NEWhiteboardView
 
removeFileTransferListener(NEFileTransferListener) - function in com.netease.yunxin.kit.roomkit.api.service.NENosService
移除IM nos上传文件/下载文件传输进度监听器
removeFromBlacklist(String,String,NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomContext
取消拉黑成员
removeGlobalEventListener(NEGlobalEventListener) - function in com.netease.yunxin.kit.roomkit.api.NERoomKit
移除全局事件监听器
removeJavascriptInterface(String) - function in android.webkit.NEWhiteboardView
 
removeListener(NEWaitingRoomListener) - function in com.netease.yunxin.kit.roomkit.api.waitingroom.NEWaitingRoomController
移除等候室事件监听器
removeLiveStreamTask(String,NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveController
删除房间推流任务 (该方法仅适用直播场景,请在房间内调用该方法,该方法在通话中有效)
removeManager(String,NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
移除麦位管理员user。非管理员执行该操作会失败。
removeMessageChannelListener(NEMessageChannelListener) - function in com.netease.yunxin.kit.roomkit.api.service.NEMessageChannelService
移除消息通道监听器
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.NERoomVideoView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.NEWhiteboardView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.NERoomVideoView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.NEWhiteboardView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.NERoomVideoView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.NEWhiteboardView
 
removePreviewRoomListener(NEPreviewRoomListener) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomContext
移除预览房间监听
removeReceiveSessionMessageListener(NERoomMessageSessionListener) - function in com.netease.yunxin.kit.roomkit.api.service.NEMessageChannelService
解除消息监听观察者
removeRoomListener(NERoomListener) - function in com.netease.yunxin.kit.roomkit.api.NERoomContext
移除房间监听
removeRtcCallback(NERtcCallbackEx) - function in com.netease.yunxin.kit.roomkit.api.NERtcWrapper
移除RTC回调
removeRtcStatsListener(NERoomRtcStatsListener) - function in com.netease.yunxin.kit.roomkit.api.NERoomContext
移除Rtc统计数据监听
removeSeatListener(NESeatEventListener) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
移除麦位事件监听器。
removeView(View) - function in android.view.NERoomVideoView
 
removeView(View) - function in android.view.NEWhiteboardView
 
removeViewAt(Integer) - function in android.view.NERoomVideoView
 
removeViewAt(Integer) - function in android.view.NEWhiteboardView
 
removeViewInLayout(View) - function in android.view.NERoomVideoView
 
removeViewInLayout(View) - function in android.view.NEWhiteboardView
 
removeViews(Integer,Integer) - function in android.view.NERoomVideoView
 
removeViews(Integer,Integer) - function in android.view.NEWhiteboardView
 
removeViewsInLayout(Integer,Integer) - function in android.view.NERoomVideoView
 
removeViewsInLayout(Integer,Integer) - function in android.view.NEWhiteboardView
 
renewToken(String,NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NEAuthService
token校验。针对动态token登录,token过期后更新token
requestApplyInsets() - function in android.view.NERoomVideoView
 
requestApplyInsets() - function in android.view.NEWhiteboardView
 
requestChildFocus(View,View) - function in android.view.NERoomVideoView
 
requestChildFocus(View,View) - function in android.view.NEWhiteboardView
 
requestChildRectangleOnScreen(View,Rect,Boolean) - function in android.view.NERoomVideoView
 
requestChildRectangleOnScreen(View,Rect,Boolean) - function in android.webkit.NEWhiteboardView
 
requestDisallowInterceptTouchEvent(Boolean) - function in android.view.NERoomVideoView
 
requestDisallowInterceptTouchEvent(Boolean) - function in android.view.NEWhiteboardView
 
requestFitSystemWindows() - function in android.view.NERoomVideoView
 
requestFitSystemWindows() - function in android.view.NEWhiteboardView
 
requestFocus(Integer,Rect) - function in android.view.NERoomVideoView
 
requestFocus() - function in android.view.NERoomVideoView
 
requestFocus(Integer) - function in android.view.NERoomVideoView
 
requestFocus(Integer,Rect) - function in android.webkit.NEWhiteboardView
 
requestFocus() - function in android.view.NEWhiteboardView
 
requestFocus(Integer) - function in android.view.NEWhiteboardView
 
requestFocusFromTouch() - function in android.view.NERoomVideoView
 
requestFocusFromTouch() - function in android.view.NEWhiteboardView
 
requestFocusNodeHref(Message) - function in android.webkit.NEWhiteboardView
 
requestImageRef(Message) - function in android.webkit.NEWhiteboardView
 
requestLayout() - function in android.view.NERoomVideoView
 
requestLayout() - function in android.view.NEWhiteboardView
 
requestPointerCapture() - function in android.view.NERoomVideoView
 
requestPointerCapture() - function in android.view.NEWhiteboardView
 
requestRectangleOnScreen(Rect) - function in android.view.NERoomVideoView
 
requestRectangleOnScreen(Rect,Boolean) - function in android.view.NERoomVideoView
 
requestRectangleOnScreen(Rect) - function in android.view.NEWhiteboardView
 
requestRectangleOnScreen(Rect,Boolean) - function in android.view.NEWhiteboardView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.NERoomVideoView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.NEWhiteboardView
 
requestTransparentRegion(View) - function in android.view.NERoomVideoView
 
requestTransparentRegion(View) - function in android.view.NEWhiteboardView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.NERoomVideoView
 
requestUnbufferedDispatch(Integer) - function in android.view.NERoomVideoView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.NEWhiteboardView
 
requestUnbufferedDispatch(Integer) - function in android.view.NEWhiteboardView
 
requireViewById(Integer) - function in android.view.NERoomVideoView
 
requireViewById(Integer) - function in android.view.NEWhiteboardView
 
resetPivot() - function in android.view.NERoomVideoView
 
resetPivot() - function in android.view.NEWhiteboardView
 
resetWhiteboardCanvas(NEWhiteboardView) - function in com.netease.yunxin.kit.roomkit.api.NERoomWhiteboardController
重置白板视图
restoreDefaultFocus() - function in android.view.NERoomVideoView
 
restoreDefaultFocus() - function in android.view.NEWhiteboardView
 
restoreHierarchyState(SparseArray) - function in android.view.NERoomVideoView
 
restoreHierarchyState(SparseArray) - function in android.view.NEWhiteboardView
 
restoreState(Bundle) - function in android.webkit.NEWhiteboardView
 
resumeAudioMixing() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
恢复播放音乐文件
resumeEffect(Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
继续播放音效文件
resumeLocalAudioRecording() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
恢复本地麦克风采集,调用后远端用户可以听到本端声音。 该方法仅修改本地媒体状态,不会改变用户的音频开关状态NERoomMember.isAudioOn
resumeLocalVideoCapture() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
恢复本地视频采集。 该方法仅修改本地媒体状态,不会改变成员的视频开关状态NERoomMember.isVideoOn
resumeTimers() - function in android.webkit.NEWhiteboardView
 
RGBA - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomVideoFrame.Format
 
roomKit(Function1) - function in com.netease.yunxin.kit.roomkit.api.model.NEServerConfig
 
RoundEye - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomBeautyEffectType
 
RSA - enum entry in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig.AsymmetricType
 
RSA_OAEP_1 - enum entry in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig.AsymmetricType
 
RSA_OAEP_256 - enum entry in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig.AsymmetricType
 
rtc(Function1) - function in com.netease.yunxin.kit.roomkit.api.model.NEServerConfig
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z