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
class MeetingGetResponse: …
data: List[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 livestreamed on start.
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: Optional[Literal["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.
class MeetingCreateResponse: …
data: Optional[Data]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: Optional[DataAIConfig]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: Optional[DataAIConfigSummarization]Summary Config
Summary Config
transcription: Optional[DataAIConfigTranscription]Transcription Configurations
Transcription Configurations
Specifies if the meeting should start getting livestreamed on start.
Specifies if the meeting should start getting recorded as soon as someone joins the meeting.
recording_config: Optional[DataRecordingConfig]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: Optional[DataRecordingConfigAudioConfig]Object containing configuration regarding the audio that is being recorded.
Object containing configuration regarding the audio that is being recorded.
channel: Optional[Literal["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: Optional[DataRecordingConfigStorageConfig]
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.
auth_method: Optional[Literal["KEY", "PASSWORD"]]Authentication method used for "sftp" type storage medium
Authentication method used for "sftp" type storage medium
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: Optional[DataRecordingConfigVideoConfig]
Time in seconds, for which a session remains active, after the last participant has left the meeting.
status: Optional[Literal["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.
class MeetingGetMeetingByIDResponse: …
data: Optional[Data]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: Optional[DataAIConfig]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: Optional[DataAIConfigSummarization]Summary Config
Summary Config
transcription: Optional[DataAIConfigTranscription]Transcription Configurations
Transcription Configurations
Specifies if the meeting should start getting livestreamed on start.
Specifies if the meeting should start getting recorded as soon as someone joins the meeting.
recording_config: Optional[DataRecordingConfig]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: Optional[DataRecordingConfigAudioConfig]Object containing configuration regarding the audio that is being recorded.
Object containing configuration regarding the audio that is being recorded.
channel: Optional[Literal["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: Optional[DataRecordingConfigStorageConfig]
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.
auth_method: Optional[Literal["KEY", "PASSWORD"]]Authentication method used for "sftp" type storage medium
Authentication method used for "sftp" type storage medium
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: Optional[DataRecordingConfigVideoConfig]
Time in seconds, for which a session remains active, after the last participant has left the meeting.
status: Optional[Literal["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.
class MeetingUpdateMeetingByIDResponse: …
data: Optional[Data]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: Optional[DataAIConfig]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: Optional[DataAIConfigSummarization]Summary Config
Summary Config
transcription: Optional[DataAIConfigTranscription]Transcription Configurations
Transcription Configurations
Specifies if the meeting should start getting livestreamed on start.
Specifies if the meeting should start getting recorded as soon as someone joins the meeting.
recording_config: Optional[DataRecordingConfig]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: Optional[DataRecordingConfigAudioConfig]Object containing configuration regarding the audio that is being recorded.
Object containing configuration regarding the audio that is being recorded.
channel: Optional[Literal["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: Optional[DataRecordingConfigStorageConfig]
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.
auth_method: Optional[Literal["KEY", "PASSWORD"]]Authentication method used for "sftp" type storage medium
Authentication method used for "sftp" type storage medium
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: Optional[DataRecordingConfigVideoConfig]
Time in seconds, for which a session remains active, after the last participant has left the meeting.
status: Optional[Literal["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.
class MeetingReplaceMeetingByIDResponse: …
data: Optional[Data]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: Optional[DataAIConfig]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: Optional[DataAIConfigSummarization]Summary Config
Summary Config
transcription: Optional[DataAIConfigTranscription]Transcription Configurations
Transcription Configurations
Specifies if the meeting should start getting livestreamed on start.
Specifies if the meeting should start getting recorded as soon as someone joins the meeting.
recording_config: Optional[DataRecordingConfig]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: Optional[DataRecordingConfigAudioConfig]Object containing configuration regarding the audio that is being recorded.
Object containing configuration regarding the audio that is being recorded.
channel: Optional[Literal["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: Optional[DataRecordingConfigStorageConfig]
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.
auth_method: Optional[Literal["KEY", "PASSWORD"]]Authentication method used for "sftp" type storage medium
Authentication method used for "sftp" type storage medium
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: Optional[DataRecordingConfigVideoConfig]
Time in seconds, for which a session remains active, after the last participant has left the meeting.
status: Optional[Literal["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
class PresetCreateResponse: …
data: DataData returned by the operation
Data returned by the operation
config: DataConfig
permissions: Optional[DataPermissions]
media: DataPermissionsMediaMedia permissions
Media permissions
class PresetGetPresetByIDResponse: …
data: DataData returned by the operation
Data returned by the operation
config: DataConfig
permissions: Optional[DataPermissions]
media: DataPermissionsMediaMedia permissions
Media permissions
class PresetDeleteResponse: …
data: DataData returned by the operation
Data returned by the operation
config: DataConfig
permissions: Optional[DataPermissions]
media: DataPermissionsMediaMedia permissions
Media permissions
class PresetUpdateResponse: …
data: DataData returned by the operation
Data returned by the operation
config: DataConfig
permissions: Optional[DataPermissions]
media: DataPermissionsMediaMedia permissions
Media permissions
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
class SessionGetSessionsResponse: …
data: Optional[Data]
class SessionGetSessionDetailsResponse: …
class SessionGetSessionParticipantDetailsResponse: …
data: Optional[Data]
participant: Optional[DataParticipant]
peer_stats: Optional[DataParticipantPeerStats]
class SessionGetParticipantDataFromPeerIDResponse: …
data: Optional[Data]
participant: Optional[DataParticipant]
peer_report: Optional[DataParticipantPeerReport]
metadata: Optional[DataParticipantPeerReportMetadata]
candidate_pairs: Optional[DataParticipantPeerReportMetadataCandidatePairs]
quality: Optional[DataParticipantPeerReportQuality]
peer_stats: Optional[DataParticipantPeerStats]
events: Optional[List[DataParticipantPeerStatsEvent]]
metadata: Optional[DataParticipantPeerStatsEventMetadata]
connection_info: Optional[DataParticipantPeerStatsEventMetadataConnectionInfo]
Realtime KitRecordings
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
class RecordingGetRecordingsResponse: …
data: List[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: Optional[DataMeeting]
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 livestreamed on start.
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: Optional[Literal["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: Optional[DataStorageConfig]
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.
auth_method: Optional[Literal["KEY", "PASSWORD"]]Authentication method used for "sftp" type storage medium
Authentication method used for "sftp" type storage medium
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"
class RecordingStartRecordingsResponse: …
data: Optional[Data]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: Optional[DataStartReason]
caller: Optional[DataStartReasonCaller]
reason: Optional[Literal["API_CALL", "RECORD_ON_START"]]Specifies if the recording was started using the "Start a Recording"API or using the parameter RECORD_ON_START in the "Create a meeting" API.
If the recording is initiated using the "RECORD_ON_START" parameter, the user details will not be populated.
Specifies if the recording was started using the "Start a Recording"API or using the parameter RECORD_ON_START in the "Create a meeting" API.
If the recording is initiated using the "RECORD_ON_START" parameter, the user details will not be populated.
stop_reason: Optional[DataStopReason]
storage_config: Optional[DataStorageConfig]
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.
auth_method: Optional[Literal["KEY", "PASSWORD"]]Authentication method used for "sftp" type storage medium
Authentication method used for "sftp" type storage medium
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"
class RecordingGetActiveRecordingsResponse: …
data: DataData 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.
class RecordingGetOneRecordingResponse: …
data: Optional[Data]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: Optional[DataStartReason]
caller: Optional[DataStartReasonCaller]
reason: Optional[Literal["API_CALL", "RECORD_ON_START"]]Specifies if the recording was started using the "Start a Recording"API or using the parameter RECORD_ON_START in the "Create a meeting" API.
If the recording is initiated using the "RECORD_ON_START" parameter, the user details will not be populated.
Specifies if the recording was started using the "Start a Recording"API or using the parameter RECORD_ON_START in the "Create a meeting" API.
If the recording is initiated using the "RECORD_ON_START" parameter, the user details will not be populated.
stop_reason: Optional[DataStopReason]
storage_config: Optional[DataStorageConfig]
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.
auth_method: Optional[Literal["KEY", "PASSWORD"]]Authentication method used for "sftp" type storage medium
Authentication method used for "sftp" type storage medium
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"
class RecordingPauseResumeStopRecordingResponse: …
data: Optional[Data]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: Optional[DataStartReason]
caller: Optional[DataStartReasonCaller]
reason: Optional[Literal["API_CALL", "RECORD_ON_START"]]Specifies if the recording was started using the "Start a Recording"API or using the parameter RECORD_ON_START in the "Create a meeting" API.
If the recording is initiated using the "RECORD_ON_START" parameter, the user details will not be populated.
Specifies if the recording was started using the "Start a Recording"API or using the parameter RECORD_ON_START in the "Create a meeting" API.
If the recording is initiated using the "RECORD_ON_START" parameter, the user details will not be populated.
stop_reason: Optional[DataStopReason]
storage_config: Optional[DataStorageConfig]
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.
auth_method: Optional[Literal["KEY", "PASSWORD"]]Authentication method used for "sftp" type storage medium
Authentication method used for "sftp" type storage medium
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"
Realtime KitWebhooks
Fetch all webhooks details
Add a webhook
Fetch details of a webhook
Replace a webhook
Edit a webhook
Delete a webhook
ModelsExpand Collapse
Realtime KitActive Session
Fetch details of an active session
Kick participants from an active session
Kick all participants
Create a poll
ModelsExpand Collapse
class ActiveSessionGetActiveSessionResponse: …
Realtime KitLivestreams
Create an independent livestream
Fetch all livestreams
Stop livestreaming a meeting
Start livestreaming a meeting
Fetch complete analytics data for your livestreams
Fetch day-wise session and recording analytics data for an App
Fetch active livestreams for a meeting
Fetch livestream session details using livestream session ID
Fetch active livestream session details
Fetch livestream details using livestream ID
ModelsExpand Collapse
class LivestreamGetAllLivestreamsResponse: …
data: Optional[Data]
Timestamp the object was created at. The time is returned in ISO format.
The server URL to which the RTMP encoder sends the video and audio data.
class LivestreamGetOrgAnalyticsResponse: …
data: Optional[Data]
recording_stats: Optional[DataRecordingStats]Recording statistics of an App during the range specified
Recording statistics of an App during the range specified
class LivestreamGetMeetingActiveLivestreamsResponse: …
data: Optional[Data]
class LivestreamGetActiveLivestreamsForLivestreamIDResponse: …
data: Optional[Data]
livestream: Optional[DataLivestream]
session: Optional[DataSession]
Timestamp the object was created at. The time is returned in ISO format.
The time duration for which the input was given or the meeting was streamed.
Timestamp the object was invoked. The time is returned in ISO format.
Timestamp the object was started. The time is returned in ISO format.
Timestamp the object was stopped. The time is returned in ISO format.
class LivestreamGetLivestreamSessionForLivestreamIDResponse: …
data: Optional[Data]
livestream: Optional[DataLivestream]
session: Optional[DataSession]
Timestamp the object was created at. The time is returned in ISO format.
The time duration for which the input was given or the meeting was streamed.
Timestamp the object was invoked. The time is returned in ISO format.
Timestamp the object was started. The time is returned in ISO format.
Timestamp the object was stopped. The time is returned in ISO format.
Realtime KitAnalytics
Fetch day-wise session and recording analytics data for an App
ModelsExpand Collapse
class AnalyticsGetOrgAnalyticsResponse: …
data: Optional[Data]
recording_stats: Optional[DataRecordingStats]Recording statistics of an App during the range specified
Recording statistics of an App during the range specified