跳转至
400-881-9892

文档中心

官方文档,可查阅产品介绍、快速入门、用户指南、开发指南、API参考、SDK参考、帮助等信息。

文档中心 互动课堂

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) 设置的音量大小