Recording.Live.InProgress
The Recording.Live.InProgress event is sent when the live recording is started. The live recording can be started by setting liveRecording
option to true when a conference is created. The Recording.Live.InProgress event is also sent when a remix of the conference is requested using the remix API.
See also:
{
"conference": {
"confId": "conferenceId_UUID"
},
"layoutName": "example_layoutName",
"layoutUrl": "example_layoutUrl",
"thirdPartyId": "example_thirdpartyId",
"region": "eu",
"eventType": "Recording.Live.InProgress"
}
Updated 5 months ago