Meetings
Fetch all meetings for an App
Create a meeting
Fetch a meeting for an App
Update a meeting
Replace a meeting
Fetch all participants of a meeting
Add a participant
Fetch a participant's detail
Edit a participant's detail
Delete a participant
Refresh participant's authentication token
ModelsExpand Collapse
MeetingGetResponse { data, paging, success }
data: Array<Data>
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.
MeetingCreateResponse { success, data }
data?: Data { id, created_at, updated_at, 9 more } Data returned by the operation
Data returned by the operation
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.
ai_config?: AIConfig { summarization, transcription } The AI Config allows you to customize the behavior of meeting transcriptions and summaries
The AI Config allows you to customize the behavior of meeting transcriptions and summaries
summarization?: Summarization { summary_type, text_format, word_limit } Summary Config
Summary Config
Specifies if the meeting should start getting recorded as soon as someone joins the meeting.
recording_config?: RecordingConfig { audio_config, file_name_prefix, live_streaming_config, 4 more } Recording Configurations to be used for this meeting. This level of configs takes higher preference over App level configs on the RealtimeKit developer portal.
Recording Configurations to be used for this meeting. This level of configs takes higher preference over App level configs on the RealtimeKit developer portal.
audio_config?: AudioConfig { channel, codec, export_file } Object containing configuration regarding the audio that is being recorded.
Object containing configuration regarding the audio that is being recorded.
channel?: "mono" | "stereo"Audio signal pathway within an audio file that carries a specific sound source.
Audio signal pathway within an audio file that carries a specific sound source.
Specifies the maximum duration for recording in seconds, ranging from a minimum of 60 seconds to a maximum of 24 hours.
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"
video_config?: VideoConfig { codec, export_file, height, 2 more }
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.
MeetingGetMeetingByIDResponse { success, data }
data?: Data { id, created_at, updated_at, 9 more } Data returned by the operation
Data returned by the operation
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.
ai_config?: AIConfig { summarization, transcription } The AI Config allows you to customize the behavior of meeting transcriptions and summaries
The AI Config allows you to customize the behavior of meeting transcriptions and summaries
summarization?: Summarization { summary_type, text_format, word_limit } Summary Config
Summary Config
Specifies if the meeting should start getting recorded as soon as someone joins the meeting.
recording_config?: RecordingConfig { audio_config, file_name_prefix, live_streaming_config, 4 more } Recording Configurations to be used for this meeting. This level of configs takes higher preference over App level configs on the RealtimeKit developer portal.
Recording Configurations to be used for this meeting. This level of configs takes higher preference over App level configs on the RealtimeKit developer portal.
audio_config?: AudioConfig { channel, codec, export_file } Object containing configuration regarding the audio that is being recorded.
Object containing configuration regarding the audio that is being recorded.
channel?: "mono" | "stereo"Audio signal pathway within an audio file that carries a specific sound source.
Audio signal pathway within an audio file that carries a specific sound source.
Specifies the maximum duration for recording in seconds, ranging from a minimum of 60 seconds to a maximum of 24 hours.
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"
video_config?: VideoConfig { codec, export_file, height, 2 more }
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.
MeetingUpdateMeetingByIDResponse { success, data }
data?: Data { id, created_at, updated_at, 9 more } Data returned by the operation
Data returned by the operation
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.
ai_config?: AIConfig { summarization, transcription } The AI Config allows you to customize the behavior of meeting transcriptions and summaries
The AI Config allows you to customize the behavior of meeting transcriptions and summaries
summarization?: Summarization { summary_type, text_format, word_limit } Summary Config
Summary Config
Specifies if the meeting should start getting recorded as soon as someone joins the meeting.
recording_config?: RecordingConfig { audio_config, file_name_prefix, live_streaming_config, 4 more } Recording Configurations to be used for this meeting. This level of configs takes higher preference over App level configs on the RealtimeKit developer portal.
Recording Configurations to be used for this meeting. This level of configs takes higher preference over App level configs on the RealtimeKit developer portal.
audio_config?: AudioConfig { channel, codec, export_file } Object containing configuration regarding the audio that is being recorded.
Object containing configuration regarding the audio that is being recorded.
channel?: "mono" | "stereo"Audio signal pathway within an audio file that carries a specific sound source.
Audio signal pathway within an audio file that carries a specific sound source.
Specifies the maximum duration for recording in seconds, ranging from a minimum of 60 seconds to a maximum of 24 hours.
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"
video_config?: VideoConfig { codec, export_file, height, 2 more }
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.
MeetingReplaceMeetingByIDResponse { success, data }
data?: Data { id, created_at, updated_at, 9 more } Data returned by the operation
Data returned by the operation
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.
ai_config?: AIConfig { summarization, transcription } The AI Config allows you to customize the behavior of meeting transcriptions and summaries
The AI Config allows you to customize the behavior of meeting transcriptions and summaries
summarization?: Summarization { summary_type, text_format, word_limit } Summary Config
Summary Config
Specifies if the meeting should start getting recorded as soon as someone joins the meeting.
recording_config?: RecordingConfig { audio_config, file_name_prefix, live_streaming_config, 4 more } Recording Configurations to be used for this meeting. This level of configs takes higher preference over App level configs on the RealtimeKit developer portal.
Recording Configurations to be used for this meeting. This level of configs takes higher preference over App level configs on the RealtimeKit developer portal.
audio_config?: AudioConfig { channel, codec, export_file } Object containing configuration regarding the audio that is being recorded.
Object containing configuration regarding the audio that is being recorded.
channel?: "mono" | "stereo"Audio signal pathway within an audio file that carries a specific sound source.
Audio signal pathway within an audio file that carries a specific sound source.
Specifies the maximum duration for recording in seconds, ranging from a minimum of 60 seconds to a maximum of 24 hours.
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"
video_config?: VideoConfig { codec, export_file, height, 2 more }
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.