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
action
enum<string>
可选
Update the status of a livestream.The value can be one of the following: start: Start a live stream. stop: Stop an ongoing live stream.
枚举值:
startstop
settings
object
可选
Update the settings of a live streaming session. The settings can only be updated for a live stream that has been stopped. You can not update the settings of an ongoing live stream.
active_speaker_name
boolean
可选
Display the name of the active speaker during a live stream.
display_name
string
可选
Display name of the live stream.
>= 1 字符<= 50 字符
返回响应
🟢204**HTTP Status Code:** `204` <br>
Meeting live stream updated.
🟠400**HTTP Status Code:** `400` <br>
**Error Code:**`3000`<br>
Cannot access webinar info.<br>
**Error Code:**`1010`<br>User does not belong to this account: {accountId}.
🟠404**HTTP Status Code:** `404` <br>
**Error Code:**`1001`<br>
User {userId} does not exist.<br>
🟠429**HTTP Status Code:** `429`<br>Too many requests submitted to start the live stream of this meeting: {meetingId}. If the live stream has not already started, retry making a new request after 30 seconds.