检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
"userName"; joinRoomParam.authorization = authorization;//authorization:鉴权信息,具体生成方法请参见接入鉴权。与加入房间的authorization相同 joinRoomParam.ctime = time;//与加入房间的time相同
"userName"; joinRoomParam.authorization = authorization; //authorization:鉴权信息,具体生成方法请参见接入鉴权。与加入房间的authorization相同 joinRoomParam.ctime = time;//与加入房间的time相同
tion)rotation; 【功能说明】 设置远端流视图的旋转角度。 【请求参数】 userId:用户ID。 rotation:旋转角度信息(0°,90°,270°),具体请参见HWRtcVideoRotation。 【返回参数】 0:方法调用成功。 >0:方法调用失败。具体请参见HWRtcErrorCode。
"userName"; joinRoomParam.authorization = authorization; //authorization:鉴权信息,具体生成方法请参见接入鉴权。与加入房间的authorization相同 joinRoomParam.ctime = time;//与加入房间的time相同
sendAudioSeiMsg(String message, int repeateCount); 【功能说明】 发送音频SEI消息。通过音频SEI可将自定义信息嵌入到音频流中,发送给其他用户。 【请求参数】 message:发送的内容。长度为1-500字节。 repeateCount:发送次数(1
获取流的视频轨道。 getType 获取流类型。 on 注册流对象事件回调接口。 off 取消注册流对象事件回调接口。 getStreamInfo 获取流信息。 getVideoSnapshot 获取视频截图 play async play(elementId: string, options?:
nIdx = m_appList.GetSelectionMark(); //获取用户选择的程序窗口序号 //获取用户选择的程序窗口序号对应的窗口信息对象 HRTCScreenShareSourceInfo sourceInfo = m_windowsList[nIdx]; //获取之前创建的主引擎指针
= event.stream const streamInfo = stream.getStreamInfo() //获取流的分辨率等信息 const resolutionIds = streamInfo.videoProfiles.map((profile) => profile
unsigned int msglen, unsigned int repeateCount) 【功能说明】 发送音频SEI消息。通过音频SEI可将自定义信息嵌入到音频流中,发送给其他用户。 【请求参数】 message:发送的内容。长度为1-500字节。 msglen : 发送内容的字节数。