接口描述
描述:查询会议室的配置项。权限:JWT 鉴权,拥有会议室查看权限,暂不支持 OAuth 2.0鉴权。请求方式:POST接口请求域名:
https://api.meeting.qq.com/v1/meeting-rooms/room-config-info
输入参数
operator_id |
是 |
String |
操作者 ID。operator_id 必须与 operator_id_type 配合使用。根据 operator_id_type 的值,operator_id 代表不同类型。 |
operator_id_type |
是 |
Integer |
操作者 ID 的类型:1:userid |
instance_id |
是 |
Integer |
设备类型 ID。 |
meeting_room_id |
是 |
String |
会议室 ID。 |
输出参数
meeting_settings |
MeetingSettings 对象 |
会议室会议配置对象。 |
record_settings |
RecordSettings 对象 |
会议室录制配置对象。 |
MeetingSettings 对象
water_mark |
Integer |
水印。0:关闭1:单排水印2:多排水印 |
auto_response |
Integer |
自动接听。1:开启2:关闭 |
caption |
Boolean |
字幕。true:开启false:关闭 |
room_pmi |
Boolean |
专属 ID。true:开启false:关闭 |
room_pmi_settings |
RoomPmiSettings 对象 |
会议室专属会议号配置,仅专属 ID 开启时有效。 |
room_notification |
Boolean |
Rooms 屏幕是否展示消息通知。true:开启false:不开启 |
RoomPmiSettings 对象
room_pmi_psw |
否 |
String |
专属会议室密码,4-6位数字。 |
waiting_room |
否 |
Boolean |
是否开启等候室。 |
allow_in_before_host |
否 |
Boolean |
是否允许成员在主持人进会前入会。 |
mute_enable_type_join |
否 |
Integer |
成员入会静音设置。0:关闭1:开启2:超过6人自动开启 |
hosts |
否 |
String 数组 |
会议指定主持人 ID。 |
only_enterprise_user_allowed |
否 |
Boolean |
入会成员设置。true:仅企业内部用户可入会false:所有人可入会 |
RecordSettings 对象
share_record |
Integer |
分享云录制。0:关闭分享1:全部成员可查看2:仅登录成员可查看3:仅同企业成员可查看4:仅参会成员可查看 |
download_record |
Boolean |
是否允许下载云录制。true:开启false:关闭 |
示例
输入示例
POSThttps://api.meeting.qq.com/v1/meeting-rooms/room-config-info{ "operator_id": "user1", "operator_id_type": 1, "instance_id": 1, "meeting_room_id":"xxxxxxxxxxxxxx",}
输出示例
{ "meeting_settings":{ "water_mark":2, "auto_response":1, "caption":true, "room_pmi":true, "room_pmi_settings":{ "room_pmi_psw":"11111", "waiting_room":false } "room_notification":true }, "record_settings":{ "share_record":0, "download_record":true }}
对腾讯办公协同的解决方案有疑惑?想了解解决方案收费? 联系解决方案专家
腾讯云限时活动1折起,即将结束: 马上收藏
同尘科技为腾讯云授权服务中心,购买腾讯云享受折上折,更有现金返利:同意关联,立享优惠
阿里云解决方案也看看?: 点击对比阿里云的解决方案