数据结构
更新时间: 2024/07/24 10:02:26
本文介绍了会议组件 RESTful API 的请求、返回参数中涉及的数据结构体。
roomConfig.resource
NERoom 的房间配置。
被以下接口引用:
参数名称 | 类型 | 是否必选 | 示例 | 描述 |
---|---|---|---|---|
whiteboard | Boolean | 可选 | true | 是否创建白板。 |
chatroom | Boolean | 可选 | true | 是否创建聊天室。 |
live | Boolean | 可选 | true | 是否创建主播间。 |
rtc | Boolean | 可选 | true | 是否创建音视频房间。 |
sip | Boolean | 可选 | true | 是否开启 sip。 |
record | Boolean | 可选 | true | 是否录制。 |
externalLiveConfig
会议直播功能的推拉流地址配置。
被以下接口引用:
参数名称 | 类型 | 是否必选 | 示例 | 描述 |
---|---|---|---|---|
pushUrl | String | 必选 | rtmp://sample.live.net/live/b54*** | 推流地址。最大长度支持 512 字节。 |
pullHlsUrl | String | 可选,但必须至少选择其中一种拉流地址 | http://sample.live.net/live/34a***/playlist.m3u8 | hls 拉流地址。最大长度支持 512 字节。 |
pullRtmpUrl | String | 可选,但必须至少选择其中一种拉流地址 | rtmp://sample.live.net/live/451*** | rtmp 拉流地址。最大长度支持 512 字节。 |
pullHttpUrl | String | 可选,但必须至少选择其中一种拉流地址 | http://sample.live.net/live/b5r***.flv?sample.live.net | http 拉流地址。最大长度支持 512 字节。 |
pullRtsUrl | String | 可选,但必须至少选择其中一种拉流地址 | rtmp://sample.live.net/live/a27*** | rts 拉流地址。最大长度支持 512 字节。 |
推流地址必选,且拉流地址必须至少传入一种地址。
此文档是否对你有帮助?