export declare const IngestProtocol: { readonly RTMP: "RTMP"; readonly RTMPS: "RTMPS"; }; export type IngestProtocol = (typeof IngestProtocol)[keyof typeof IngestProtocol]; export declare const IngestConfigurationState: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; export type IngestConfigurationState = (typeof IngestConfigurationState)[keyof typeof IngestConfigurationState]; export declare const ParticipantTokenCapability: { readonly PUBLISH: "PUBLISH"; readonly SUBSCRIBE: "SUBSCRIBE"; }; export type ParticipantTokenCapability = (typeof ParticipantTokenCapability)[keyof typeof ParticipantTokenCapability]; export declare const ParticipantRecordingMediaType: { readonly AUDIO_ONLY: "AUDIO_ONLY"; readonly AUDIO_VIDEO: "AUDIO_VIDEO"; readonly NONE: "NONE"; }; export type ParticipantRecordingMediaType = (typeof ParticipantRecordingMediaType)[keyof typeof ParticipantRecordingMediaType]; export declare const ThumbnailRecordingMode: { readonly DISABLED: "DISABLED"; readonly INTERVAL: "INTERVAL"; }; export type ThumbnailRecordingMode = (typeof ThumbnailRecordingMode)[keyof typeof ThumbnailRecordingMode]; export declare const ThumbnailStorageType: { readonly LATEST: "LATEST"; readonly SEQUENTIAL: "SEQUENTIAL"; }; export type ThumbnailStorageType = (typeof ThumbnailStorageType)[keyof typeof ThumbnailStorageType]; export declare const RecordingConfigurationFormat: { readonly HLS: "HLS"; }; export type RecordingConfigurationFormat = (typeof RecordingConfigurationFormat)[keyof typeof RecordingConfigurationFormat]; export declare const DestinationState: { readonly ACTIVE: "ACTIVE"; readonly FAILED: "FAILED"; readonly RECONNECTING: "RECONNECTING"; readonly STARTING: "STARTING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; export type DestinationState = (typeof DestinationState)[keyof typeof DestinationState]; export declare const VideoAspectRatio: { readonly AUTO: "AUTO"; readonly PORTRAIT: "PORTRAIT"; readonly SQUARE: "SQUARE"; readonly VIDEO: "VIDEO"; }; export type VideoAspectRatio = (typeof VideoAspectRatio)[keyof typeof VideoAspectRatio]; export declare const VideoFillMode: { readonly CONTAIN: "CONTAIN"; readonly COVER: "COVER"; readonly FILL: "FILL"; }; export type VideoFillMode = (typeof VideoFillMode)[keyof typeof VideoFillMode]; export declare const PipBehavior: { readonly DYNAMIC: "DYNAMIC"; readonly STATIC: "STATIC"; }; export type PipBehavior = (typeof PipBehavior)[keyof typeof PipBehavior]; export declare const PipPosition: { readonly BOTTOM_LEFT: "BOTTOM_LEFT"; readonly BOTTOM_RIGHT: "BOTTOM_RIGHT"; readonly TOP_LEFT: "TOP_LEFT"; readonly TOP_RIGHT: "TOP_RIGHT"; }; export type PipPosition = (typeof PipPosition)[keyof typeof PipPosition]; export declare const CompositionState: { readonly ACTIVE: "ACTIVE"; readonly FAILED: "FAILED"; readonly STARTING: "STARTING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; export type CompositionState = (typeof CompositionState)[keyof typeof CompositionState]; export declare const ParticipantProtocol: { readonly RTMP: "RTMP"; readonly RTMPS: "RTMPS"; readonly UNKNOWN: "UNKNOWN"; readonly WHIP: "WHIP"; }; export type ParticipantProtocol = (typeof ParticipantProtocol)[keyof typeof ParticipantProtocol]; export declare const ParticipantRecordingState: { readonly ACTIVE: "ACTIVE"; readonly DISABLED: "DISABLED"; readonly FAILED: "FAILED"; readonly STARTING: "STARTING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; export type ParticipantRecordingState = (typeof ParticipantRecordingState)[keyof typeof ParticipantRecordingState]; export declare const ReplicationState: { readonly ACTIVE: "ACTIVE"; readonly STOPPED: "STOPPED"; }; export type ReplicationState = (typeof ReplicationState)[keyof typeof ReplicationState]; export declare const ReplicationType: { readonly NONE: "NONE"; readonly REPLICA: "REPLICA"; readonly SOURCE: "SOURCE"; }; export type ReplicationType = (typeof ReplicationType)[keyof typeof ReplicationType]; export declare const ParticipantState: { readonly CONNECTED: "CONNECTED"; readonly DISCONNECTED: "DISCONNECTED"; }; export type ParticipantState = (typeof ParticipantState)[keyof typeof ParticipantState]; export declare const EventErrorCode: { readonly BITRATE_EXCEEDED: "BITRATE_EXCEEDED"; readonly B_FRAME_PRESENT: "B_FRAME_PRESENT"; readonly INSUFFICIENT_CAPABILITIES: "INSUFFICIENT_CAPABILITIES"; readonly INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION"; readonly INVALID_AUDIO_CODEC: "INVALID_AUDIO_CODEC"; readonly INVALID_INPUT: "INVALID_INPUT"; readonly INVALID_PROTOCOL: "INVALID_PROTOCOL"; readonly INVALID_STREAM_KEY: "INVALID_STREAM_KEY"; readonly INVALID_VIDEO_CODEC: "INVALID_VIDEO_CODEC"; readonly PUBLISHER_NOT_FOUND: "PUBLISHER_NOT_FOUND"; readonly QUOTA_EXCEEDED: "QUOTA_EXCEEDED"; readonly RESOLUTION_EXCEEDED: "RESOLUTION_EXCEEDED"; readonly REUSE_OF_STREAM_KEY: "REUSE_OF_STREAM_KEY"; readonly STREAM_DURATION_EXCEEDED: "STREAM_DURATION_EXCEEDED"; }; export type EventErrorCode = (typeof EventErrorCode)[keyof typeof EventErrorCode]; export declare const EventName: { readonly JOINED: "JOINED"; readonly JOIN_ERROR: "JOIN_ERROR"; readonly LEFT: "LEFT"; readonly PUBLISH_ERROR: "PUBLISH_ERROR"; readonly PUBLISH_STARTED: "PUBLISH_STARTED"; readonly PUBLISH_STOPPED: "PUBLISH_STOPPED"; readonly REPLICATION_STARTED: "REPLICATION_STARTED"; readonly REPLICATION_STOPPED: "REPLICATION_STOPPED"; readonly SUBSCRIBE_ERROR: "SUBSCRIBE_ERROR"; readonly SUBSCRIBE_STARTED: "SUBSCRIBE_STARTED"; readonly SUBSCRIBE_STOPPED: "SUBSCRIBE_STOPPED"; readonly TOKEN_EXCHANGED: "TOKEN_EXCHANGED"; }; export type EventName = (typeof EventName)[keyof typeof EventName]; export declare const ParticipantRecordingFilterByRecordingState: { readonly ACTIVE: "ACTIVE"; readonly FAILED: "FAILED"; readonly STARTING: "STARTING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; export type ParticipantRecordingFilterByRecordingState = (typeof ParticipantRecordingFilterByRecordingState)[keyof typeof ParticipantRecordingFilterByRecordingState];