The meeting ID in long format. The data type of this field is "long"(represented as int64 in JSON).While storing it in your database, store it as a long data type and not as an integer, as the Meeting IDs can be longer than 10 digits.
Body 参数multipart/form-data
page_url
string<uri>
可选
The livestream page URL.
<= 1024 字符
stream_key
string
必需
Stream name and key.
<= 512 字符
stream_url
string
必需
Streaming URL.
<= 1024 字符
返回响应
🟢204**HTTP Status Code:** `204`<br>
Meeting live stream updated.
🟠400**HTTP Status Code:** `400`<br>**Error Code:** `1010` <br>
User does not belong to this account: {accountId}.<br>
**Error Code:** `3000` Cannot access webinar info.
🟠404**HTTP Status Code:** `404`<br>**Error Code:** `1001` <br>User {userId} does not exist.