检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
AK/SK认证:通过AK(Access Key ID)/SK(Secret Access Key)加密调用请求。推荐使用AK/SK认证,其安全性比Token认证要高。 Token认证:通过Token认证调用请求。
onRejoinRoomSuccess void onRejoinRoomSuccess(HRTCConnection conn, String userId); 【功能说明】 重新加入房间回调。例如网络异常后重连成功加入房间时触发。
onSeiSendMsgSuccess void onSeiSendMsgSuccess(String message); 【功能说明】 音频SEI信息发送成功回调。 【回调参数】 message:发送SEI信息的内容。
onJoinRoomSuccess:加入房间成功。 onJoinRoomFailure:加入房间失败。 onRemoteUserOnline:远端用户收到当前用户加入房间的通知。 音频的自动订阅策略设置只在音频订阅模式下生效。
onJoinRoomSuccess:加入房间成功。 onJoinRoomFailure:加入房间失败。 onRemoteUserOnline:远端用户收到当前用户加入房间的通知。 音频的自动订阅策略设置只在音频订阅模式下生效。
onJoinRoomSuccess:加入房间成功时回调。 onJoinRoomFailure: 加入房间失败时回调。 onRemoteUserOnline:加入房间成功后,通知房间内已加入用户的回调,不包括自己。
事件回调(IHRTCVideoFrameObserver) 表1 视频事件回调说明 接口 描述 onVideoFrameCapture 原始视频回调(前处理) onVideoFrameRender 渲染后视频回调(后处理) requireCaptureVideoFrame 是否开启前处理
事件回调(IHRTCVideoFrameObserver) 本章节介绍了全平台C++ SDK的回调接口IHRTCVideoFrameObserver的详情。 表1 事件回调说明 接口 描述 onVideoFrameCapture 原始视频回调(前处理) onVideoFrameRender
事件回调(IHRTCAudioFrameObserver) 表1 音频事件回调说明 接口 描述 onAudioFramePlayback 音频播放回调(后处理) onAudioFrameMixed 音频混音处理回调 onAudioFrameRecord 音频采集回调(前处理) requirePlaybackAudioFrame
事件回调(IHRTCAudioFrameObserver) 本章节介绍了全平台C++ SDK的回调接口IHRTCAudioFrameObserver的详情。 表1 事件回调说明 接口 描述 onAudioFramePlayback 音频播放回调(后处理) onAudioFrameMixed
视频卡顿率 AudioFreezeRate:音频卡顿率 FirstVideoRecvTime:首帧视频接收耗时 FirstAudioRecvTime:首帧音频接收耗时 PullStreamSuccessRate:拉流成功率 PushStreamSuccessRate:推流成功率
事件回调(IHRTCConnectionVideoFrameObserver) 本章节介绍了全平台C++ SDK的回调接口IHRTCConnectionVideoFrameObserver的详情。 表1 事件回调说明 接口 描述 onVideoFrameRender 渲染后视频回调
事件回调(IHRTCEncDecryptFrameObserver) 表1 事件回调说明 接口 描述 onMediaFrameEncrypt 加密回调 onMediaFrameDecrypt 解密回调 onMediaFrameEncrypt virtual bool onMediaFrameEncrypt
事件回调(IHRTCEncDecryptFrameObserver) 表1 媒体数据回调说明 接口 描述 onMediaFrameEncrypt 编码后的媒体数据(加密处理) onMediaFrameDecrypt 解码前的媒体数据(解密处理) onMediaFrameEncrypt
表1 事件回调说明 接口 描述 connection:onJoinSuccess 成功加入跨房房间回调 connection:onJoinRoomFailure 加入跨房房间失败回调 connection:onRejoinRoomSuccess 重新加入跨房房间成功回调 connection
表1 事件回调说明 接口 描述 onJoinSuccess 成功加入房间回调 onJoinRoomFailure 加入房间失败回调 onRejoinRoomSuccess 重新加入房间成功回调 onLeaveRoom 离开房间回调 onRemoteUserOnline 用户加入房间回调
错误码(RtcError) getCode getCode(): number 【功能说明】 获取错误码。 【请求参数】 无 【返回参数】 number类型,错误码值。 getMsg getMsg(): string 【功能说明】 获取错误描述。 【请求参数】 无 【返回参数】 string
setAccessResourceType public abstract int setAccessResourceType(int resType); 【功能说明】 设置接入的环境,不支持跨房间场景。 【请求参数】 resType:环境类型。 0:公网sfu资源。
onJoinRoomSuccess 成功加入房间回调。 onJoinRoomFailure 加入房间失败回调。 onRejoinRoomSuccess 重新加入房间回调。 onLeaveRoom 离开房间回调。
onRenderSuccessNotify virtual void onRenderSuccessNotify(const char* userId, unsigned int isAux) 【功能说明】 媒体恢复渲染成功回调。