Recordings
Fetch all recordings for an App
Start recording a meeting
Fetch active recording
Fetch details of a recording
Pause/Resume/Stop recording
Start recording audio and video tracks
ModelsExpand Collapse
RecordingGetRecordingsResponse { data, paging, success }
data: Array<Data>
If the audio_config is passed, the URL for downloading the audio recording is returned.
Timestamp when this recording actually started after being invoked. Usually a few seconds after invoked_time.
Timestamp when this recording was stopped. Optional; is present only when the recording has actually been stopped.
meeting?: Meeting { id, created_at, updated_at, 7 more }
Timestamp the object was created at. The time is returned in ISO format.
Timestamp the object was updated at. The time is returned in ISO format.
Specifies if the meeting should start getting recorded as soon as someone joins the meeting.
Time in seconds, for which a session remains active, after the last participant has left the meeting.
status?: "ACTIVE" | "INACTIVE"Whether the meeting is ACTIVE or INACTIVE. Users will not be able to join an INACTIVE meeting.
Whether the meeting is ACTIVE or INACTIVE. Users will not be able to join an INACTIVE meeting.
storage_config?: StorageConfig | null
Access key of the storage medium. Access key is not required for the gcs storage media type.
Note that this field is not readable by clients, only writeable.
SSH destination server password for SFTP type storage medium when auth_method is "PASSWORD". If auth_method is "KEY", this specifies the password for the ssh private key.
Private key used to login to destination SSH server for SFTP type storage medium, when auth_method used is "KEY"
RecordingStartRecordingsResponse { success, data }
data?: Data { id, audio_download_url, download_url, 12 more } Data returned by the operation
Data returned by the operation
If the audio_config is passed, the URL for downloading the audio recording is returned.
Timestamp when this recording actually started after being invoked. Usually a few seconds after invoked_time.
Timestamp when this recording was stopped. Optional; is present only when the recording has actually been stopped.
start_reason?: StartReason { caller, reason }
caller?: Caller { name, type, user_Id }
stop_reason?: StopReason { caller, reason }
storage_config?: StorageConfig | null
Access key of the storage medium. Access key is not required for the gcs storage media type.
Note that this field is not readable by clients, only writeable.
SSH destination server password for SFTP type storage medium when auth_method is "PASSWORD". If auth_method is "KEY", this specifies the password for the ssh private key.
Private key used to login to destination SSH server for SFTP type storage medium, when auth_method used is "KEY"
RecordingGetActiveRecordingsResponse { data, success }
data: Data { id, audio_download_url, download_url, 9 more } Data returned by the operation
Data returned by the operation
If the audio_config is passed, the URL for downloading the audio recording is returned.
Timestamp when this recording actually started after being invoked. Usually a few seconds after invoked_time.
RecordingGetOneRecordingResponse { success, data }
data?: Data { id, audio_download_url, download_url, 12 more } Data returned by the operation
Data returned by the operation
If the audio_config is passed, the URL for downloading the audio recording is returned.
Timestamp when this recording actually started after being invoked. Usually a few seconds after invoked_time.
Timestamp when this recording was stopped. Optional; is present only when the recording has actually been stopped.
start_reason?: StartReason { caller, reason }
caller?: Caller { name, type, user_Id }
stop_reason?: StopReason { caller, reason }
storage_config?: StorageConfig | null
Access key of the storage medium. Access key is not required for the gcs storage media type.
Note that this field is not readable by clients, only writeable.
SSH destination server password for SFTP type storage medium when auth_method is "PASSWORD". If auth_method is "KEY", this specifies the password for the ssh private key.
Private key used to login to destination SSH server for SFTP type storage medium, when auth_method used is "KEY"
RecordingPauseResumeStopRecordingResponse { success, data }
data?: Data { id, audio_download_url, download_url, 12 more } Data returned by the operation
Data returned by the operation
If the audio_config is passed, the URL for downloading the audio recording is returned.
Timestamp when this recording actually started after being invoked. Usually a few seconds after invoked_time.
Timestamp when this recording was stopped. Optional; is present only when the recording has actually been stopped.
start_reason?: StartReason { caller, reason }
caller?: Caller { name, type, user_Id }
stop_reason?: StopReason { caller, reason }
storage_config?: StorageConfig | null
Access key of the storage medium. Access key is not required for the gcs storage media type.
Note that this field is not readable by clients, only writeable.
SSH destination server password for SFTP type storage medium when auth_method is "PASSWORD". If auth_method is "KEY", this specifies the password for the ssh private key.
Private key used to login to destination SSH server for SFTP type storage medium, when auth_method used is "KEY"