Use in-meeting controls

PATCH {{baseUrl}}/live_meetings/:meetingId/events

Control in-meeting features. In-meeting controls include starting and stopping a recording, pausing and resuming a recording, and inviting participants.

Note: This API's recording control only works for cloud recordings. It does not work for local recordings.

Prerequisites: * The meeting must be a live meeting except inviting participants to the meeting through [call out (phone)/(room system)]. * Recording control: Cloud recording must be enabled on the account. * The user calling this API must be the host or an alternative meeting host.

Scopes: meeting:write,meeting:write:admin,meeting:master

Rate Limit Label: Medium

Request Body

{"method"=>"<string>", "params"=>{"contacts"=>[{"email"=>"<string>", "id"=>"<string>"}, {"email"=>"<string>", "id"=>"<string>"}], "invitee_name"=>"<string>", "phone_number"=>"<string>", "invite_options"=>{"require_greeting"=>true, "require_pressing_one"=>true}, "call_type"=>"<string>", "device_ip"=>"<string>", "h323_headers"=>{"from_display_name"=>"<string>", "to_display_name"=>"<string>"}, "sip_headers"=>{"from_display_name"=>"<string>", "to_display_name"=>"<string>", "from_uri"=>"<string>", "additional_headers"=>[{"key"=>"<string>", "value"=>"<string>"}, {"key"=>"<string>", "value"=>"<string>"}]}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring