跳转至

setlocalvideomirror

  • 简要描述

    设置本地视频镜像

  • 接口详情

    int setlocalvideomirror(struct roomclient* client, bool mirror) 返回值:return 0 success 参数mirror(bool):是否开启镜像

setVideoProfile/setVideoProfileById

  • 简要描述

    设置我的视频采集和发布分辨率(有多流重载)

  • 接口详情

    int setVideoProfile(struct roomclient* client, const VideoProfile_C& profile) int setVideoProfileById(struct roomclient* client, const VideoProfile_C& profile, const char* deviceId) 多设备的时候,需要传入设备的ID来设置分辨率

    返回值:return 0 success 参数

参数(类型) 说明
profile(VideoProfile_C) 视频分辨率,详见VideoProfile_C
deviceId(const char*) 设备ID(可以通过getvideo来获取)

setremoteaudiovolume

  • 简要描述

    设置用户的声音音量

  • 接口详情

    int setremoteaudiovolume(struct roomclient* client,const char* peerID,int volume) 返回值:return 0 success 参数

参数(类型) 说明
peerID(const char*) 用户ID
volume(int) 设置的音量大小

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号