Realtime Kit
Realtime KitApps
Fetch all apps
Create App
ModelsExpand Collapse
Realtime KitMeetings
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.
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.
MeetingCreateResponse { success, data }
data?: Data { id, created_at, updated_at, 10 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, 10 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, 10 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, 10 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.
Realtime KitPresets
Fetch all presets
Create a preset
Fetch details of a preset
Delete a preset
Update a preset
ModelsExpand Collapse
PresetCreateResponse { data, success }
data: Data { id, config, created_at, 4 more } Data returned by the operation
Data returned by the operation
config: Config { max_screenshare_count, max_video_streams, media, 2 more }
max_video_streams: MaxVideoStreams { desktop, mobile } Maximum number of streams that are visible on a device
Maximum number of streams that are visible on a device
media: Media { screenshare, video, audio } Media configuration options. eg: Video quality
Media configuration options. eg: Video quality
permissions: Permissions { accept_waiting_requests, can_accept_production_requests, can_change_participant_permissions, 23 more }
connected_meetings: ConnectedMeetings { can_alter_connected_meetings, can_switch_connected_meetings, can_switch_to_parent_meeting }
media: Media { audio, screenshare, video } Media permissions
Media permissions
ui: UI { design_tokens }
PresetGetPresetByIDResponse { data, success }
data: Data { id, config, created_at, 4 more } Data returned by the operation
Data returned by the operation
config: Config { max_screenshare_count, max_video_streams, media, 2 more }
max_video_streams: MaxVideoStreams { desktop, mobile } Maximum number of streams that are visible on a device
Maximum number of streams that are visible on a device
media: Media { screenshare, video, audio } Media configuration options. eg: Video quality
Media configuration options. eg: Video quality
permissions: Permissions { accept_waiting_requests, can_accept_production_requests, can_change_participant_permissions, 23 more }
connected_meetings: ConnectedMeetings { can_alter_connected_meetings, can_switch_connected_meetings, can_switch_to_parent_meeting }
media: Media { audio, screenshare, video } Media permissions
Media permissions
ui: UI { design_tokens }
PresetDeleteResponse { data, success }
data: Data { id, config, created_at, 4 more } Data returned by the operation
Data returned by the operation
config: Config { max_screenshare_count, max_video_streams, media, 2 more }
max_video_streams: MaxVideoStreams { desktop, mobile } Maximum number of streams that are visible on a device
Maximum number of streams that are visible on a device
media: Media { screenshare, video, audio } Media configuration options. eg: Video quality
Media configuration options. eg: Video quality
permissions: Permissions { accept_waiting_requests, can_accept_production_requests, can_change_participant_permissions, 23 more }
connected_meetings: ConnectedMeetings { can_alter_connected_meetings, can_switch_connected_meetings, can_switch_to_parent_meeting }
media: Media { audio, screenshare, video } Media permissions
Media permissions
ui: UI { design_tokens }
PresetUpdateResponse { data, success }
data: Data { id, config, created_at, 4 more } Data returned by the operation
Data returned by the operation
config: Config { max_screenshare_count, max_video_streams, media, 2 more }
max_video_streams: MaxVideoStreams { desktop, mobile } Maximum number of streams that are visible on a device
Maximum number of streams that are visible on a device
media: Media { screenshare, video, audio } Media configuration options. eg: Video quality
Media configuration options. eg: Video quality
permissions: Permissions { accept_waiting_requests, can_accept_production_requests, can_change_participant_permissions, 23 more }
connected_meetings: ConnectedMeetings { can_alter_connected_meetings, can_switch_connected_meetings, can_switch_to_parent_meeting }
media: Media { audio, screenshare, video } Media permissions
Media permissions
ui: UI { design_tokens }
Realtime KitSessions
Fetch all sessions of an App
Fetch details of a session
Fetch participants list of a session
Fetch details of a participant
Fetch all chat messages of a session
Fetch the complete transcript for a session
Fetch summary of transcripts for a session
Generate summary of Transcripts for the session
Fetch details of peer
ModelsExpand Collapse
SessionGetSessionsResponse { data, paging, success }
data?: Data { sessions }
SessionGetSessionDetailsResponse { data, success }
SessionGetSessionParticipantsResponse { data, success }
data?: Data { participants }
participants?: Array<Participant>
peer_events?: Array<PeerEvent>Connection lifecycle events for the participant’s peer. Only included when include_peer_events is true.
Connection lifecycle events for the participant’s peer. Only included when include_peer_events is true.
SessionGetSessionParticipantDetailsResponse { data, success }
data?: Data { participant }
participant?: Participant { id, created_at, custom_participant_id, 8 more }
peer_events?: Array<PeerEvent>Connection lifecycle events for the participant’s peer. Only included when include_peer_events is true.
Connection lifecycle events for the participant’s peer. Only included when include_peer_events is true.
SessionGetParticipantDataFromPeerIDResponse { data, success }
data?: Data { participant }
participant?: Participant { id, created_at, custom_participant_id, 10 more }
peer_events?: Array<PeerEvent>Connection lifecycle events for the participant’s peer.
Connection lifecycle events for the participant’s peer.
peer_report?: PeerReport { metadata, quality } Peer call statistics report.
Peer call statistics report.
metadata?: Metadata { audio_devices_updates, browser_metadata, candidate_pairs, 12 more } Connection and device metadata for the participant.
Connection and device metadata for the participant.
audio_devices_updates?: Array<AudioDevicesUpdate>
candidate_pairs?: CandidatePairs { consuming_transport, producing_transport }
speaker_devices_updates?: Array<SpeakerDevicesUpdate>
quality?: Quality { audio_consumer, audio_consumer_cumulative, audio_producer, 13 more } Media quality statistics for the participant.
Media quality statistics for the participant.
audio_consumer_cumulative?: AudioConsumerCumulative { jitter_buffer_delay, packet_loss, quality_mos } Aggregated inbound (consumer) audio statistics for the session.
Aggregated inbound (consumer) audio statistics for the session.
jitter_buffer_delay?: JitterBufferDelay { 100ms_or_greater_event_fraction, 250ms_or_greater_event_fraction, 500ms_or_greater_event_fraction, avg } Cumulative latency distribution (milliseconds-based thresholds).
Cumulative latency distribution (milliseconds-based thresholds).
audio_producer_cumulative?: AudioProducerCumulative { packet_loss, quality_mos, rtt } Aggregated outbound (producer) audio statistics for the session.
Aggregated outbound (producer) audio statistics for the session.
packet_loss?: PacketLoss { 10_or_greater_event_fraction, 25_or_greater_event_fraction, 5_or_greater_event_fraction, 2 more } Cumulative packet loss distribution.
Cumulative packet loss distribution.
screenshare_audio_consumer_cumulative?: ScreenshareAudioConsumerCumulative { jitter_buffer_delay, packet_loss, quality_mos } Aggregated inbound (consumer) audio statistics for the session.
Aggregated inbound (consumer) audio statistics for the session.
jitter_buffer_delay?: JitterBufferDelay { 100ms_or_greater_event_fraction, 250ms_or_greater_event_fraction, 500ms_or_greater_event_fraction, avg } Cumulative latency distribution (milliseconds-based thresholds).
Cumulative latency distribution (milliseconds-based thresholds).
screenshare_audio_producer_cumulative?: ScreenshareAudioProducerCumulative { packet_loss, quality_mos, rtt } Aggregated outbound (producer) audio statistics for the session.
Aggregated outbound (producer) audio statistics for the session.
packet_loss?: PacketLoss { 10_or_greater_event_fraction, 25_or_greater_event_fraction, 5_or_greater_event_fraction, 2 more } Cumulative packet loss distribution.
Cumulative packet loss distribution.
screenshare_video_consumer_cumulative?: ScreenshareVideoConsumerCumulative { frame_per_second, frame_width, issues, 4 more } Aggregated inbound (consumer) video statistics for the session.
Aggregated inbound (consumer) video statistics for the session.
frame_per_second?: FramePerSecond { avg, p50, p75, p90 } Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
jitter_buffer_delay?: JitterBufferDelay { 100ms_or_greater_event_fraction, 250ms_or_greater_event_fraction, 500ms_or_greater_event_fraction, avg } Cumulative latency distribution (milliseconds-based thresholds).
Cumulative latency distribution (milliseconds-based thresholds).
screenshare_video_producer?: Array<ScreenshareVideoProducer>
screenshare_video_producer_cumulative?: ScreenshareVideoProducerCumulative { frame_per_second, frame_width, high_negative_feedback_fraction, 5 more } Aggregated outbound (producer) video statistics for the session.
Aggregated outbound (producer) video statistics for the session.
frame_per_second?: FramePerSecond { avg, p50, p75, p90 } Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
issues?: Issues { bandwidth_quality_limitation_fraction, cpu_quality_limitation_fraction, no_video_fraction, 2 more }
packet_loss?: PacketLoss { 10_or_greater_event_fraction, 25_or_greater_event_fraction, 5_or_greater_event_fraction, 2 more } Cumulative packet loss distribution.
Cumulative packet loss distribution.
video_consumer_cumulative?: VideoConsumerCumulative { frame_per_second, frame_width, issues, 4 more } Aggregated inbound (consumer) video statistics for the session.
Aggregated inbound (consumer) video statistics for the session.
frame_per_second?: FramePerSecond { avg, p50, p75, p90 } Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
jitter_buffer_delay?: JitterBufferDelay { 100ms_or_greater_event_fraction, 250ms_or_greater_event_fraction, 500ms_or_greater_event_fraction, avg } Cumulative latency distribution (milliseconds-based thresholds).
Cumulative latency distribution (milliseconds-based thresholds).
video_producer?: Array<VideoProducer>
video_producer_cumulative?: VideoProducerCumulative { frame_per_second, frame_width, high_negative_feedback_fraction, 5 more } Aggregated outbound (producer) video statistics for the session.
Aggregated outbound (producer) video statistics for the session.