export type Enum> = T[keyof T]; export declare const AUDIO = "audio"; export declare const AUDIO_STATUS = "audioStatus"; export declare const ALERT = "alert"; export declare const ALIAS = "alias"; export declare const ANSWER = "answer"; export declare const CALL = "call"; export declare const CORRELATION_ID = "correlationId"; export declare const MEETINGNUMBER = "meetingNumber"; export declare const CONVERSATION_URL = "conversationUrl"; export declare const CALENDAR = "calendar"; export declare const CALENDAR_EVENTS_API = "calendarEvents"; export declare const CMR_MEETINGS = "cmrmeetings"; export declare const CLAIM = "claim"; export declare const CONTROLS = "controls"; export declare const CONTENT = "content"; export declare const COMPLETE = "complete"; export declare const WHITEBOARD = "whiteboard"; export declare const GATHERING = "gathering"; export declare const DEVELOPMENT = "development"; export declare const DECLINE = "decline"; export declare const ERROR = "error"; export declare const ENDED = "ended"; export declare const HECATE = "hecate"; export declare const HOST = "host"; export declare const JOIN = "join"; export declare const JOIN_LINK_MTID = "MTID"; export declare const LEAVE = "leave"; export declare const LIVE = "live"; export declare const LOCAL = "local"; export declare const LOCI = "loci"; export declare const LOCUS_URL = "locusUrl"; export declare const END = "end"; export declare const LLM_PRACTICE_SESSION = "llm-practice-session"; export declare const MAX_RANDOM_DELAY_FOR_MEETING_INFO: number; export declare const MEETINGINFO = "meetingInfo"; export declare const MEET = "meet"; export declare const MEET_M = "m"; export declare const MEDIA = "media"; export declare const MEET_CO = "co"; export declare const MEET_CISCO = "cisco"; export declare const OFFLINE = "offline"; export declare const ONLINE = "online"; export declare const PARTICIPANT = "participant"; export declare const PROVISIONAL_TYPE_DIAL_IN = "DIAL_IN"; export declare const PROVISIONAL_TYPE_DIAL_OUT = "DIAL_OUT"; export declare const REMOTE = "remote"; export declare const READY = "ready"; export declare const SEND_DTMF_ENDPOINT = "sendDtmf"; export declare const SENDRECV = "sendrecv"; export declare const SIP_URI = "sipUri"; export declare const SHARE = "share"; export declare const TYPE = "type"; export declare const VIDEO = "video"; export declare const VIDEO_STATUS = "videoStatus"; export declare const LANGUAGE_ENGLISH = "en"; export declare const _ANSWER_ = "ANSWER"; export declare const _ACTIVE_ = "ACTIVE"; export declare const _CALL_ = "CALL"; export declare const _CREATED_ = "CREATED"; export declare const _CONFLICT_ = "CONFLICT"; export declare const _CONVERSATION_URL_ = "CONVERSATION_URL"; export declare const _ERROR_ = "ERROR"; export declare const _FORCED_ = "FORCED"; export declare const _IDLE_ = "IDLE"; export declare const _IN_LOBBY_ = "IN_LOBBY"; export declare const _IN_MEETING_ = "IN_MEETING"; export declare const _INCOMING_ = "INCOMING"; export declare const _IN_ = "IN"; export declare const _ID_ = "id"; export declare const _JOIN_ = "JOIN"; export declare const _JOINED_ = "JOINED"; export declare const _LOCUS_ID_ = "LOCUS_ID"; export declare const _LEFT_ = "LEFT"; export declare const _MOVED_ = "MOVED"; export declare const _ON_HOLD_LOBBY_ = "ON_HOLD_LOBBY"; export declare const _MEETING_LINK_ = "MEETING_LINK"; export declare const _MEETING_UUID_ = "MEETING_UUID"; export declare const _MEETING_ = "MEETING"; export declare const _SPACE_SHARE_ = "SPACE_SHARE"; export declare const _MEETING_CENTER_ = "MEETING_CENTER"; export declare const _MEETING_ID_ = "MEETING_ID"; export declare const _NOT_IN_MEETING_ = "NOT_IN_MEETING"; export declare const _NONE_ = "NONE"; export declare const _OBSERVE_ = "OBSERVE"; export declare const _PERSONAL_ROOM_ = "PERSONAL_ROOM"; export declare const _PEOPLE_: any; export declare const _REQUESTED_ = "REQUESTED"; export declare const _RESOURCE_ROOM_ = "RESOURCE_ROOM"; export declare const _RECEIVE_ONLY_ = "RECVONLY"; export declare const _REMOVE_ = "REMOVE"; export declare const _ROOM_: any; export declare const _SIP_BRIDGE_ = "SIP_BRIDGE"; export declare const _SIP_URI_ = "SIP_URI"; export declare const _SEND_RECEIVE_ = "SENDRECV"; export declare const _SEND_ONLY_ = "SENDONLY"; export declare const _INACTIVE_ = "INACTIVE"; export declare const _SLIDES_ = "SLIDES"; export declare const _S_LINE = "s=-"; export declare const _USER_ = "USER"; export declare const _UNKNOWN_ = "UNKNOWN"; export declare const _WEBEX_MEETING_ = "WEBEX_MEETING"; export declare const _WAIT_ = "WAIT"; export declare const _MOVE_MEDIA_ = "MOVE_MEDIA"; export declare const PARTICIPANT_DELTAS: { TARGETS: { AUDIO: string; VIDEO: string; }; STATES: { DISABLED: string; MUTED: string; UNKNOWN: string; UNMUTED: string; }; }; export declare const ALTERNATE_REDIRECT_TRUE = "alternateRedirect=true"; export declare const HTTPS_PROTOCOL = "https://"; export declare const MEETINGS = "Meetings"; export declare const MEDIA_PEER_CONNECTION_NAME = "MediaPeerConnection"; export declare const SHARE_PEER_CONNECTION_NAME = "SharePeerConnection"; export declare const USE_URI_LOOKUP_FALSE = "useUriLookup=false"; export declare const WWW_DOT = "www."; export declare const WEBEX_DOT_COM = "webex.com"; export declare const CONVERSATION_SERVICE = "identityLookup"; export declare const WBXAPPAPI_SERVICE = "webex-appapi-service"; export declare const DEFAULT_EXCLUDED_STATS: string[]; /** * @description @description Layout type for remote video participants. Allowed values are: Single, Equal, ActivePresence, Prominent, OnePlusN * @type {array} * @constant */ export declare const LAYOUT_TYPES: string[]; export declare const MODERATOR_TRUE = true; export declare const MODERATOR_FALSE = false; export declare const INTENT_TO_JOIN: number[]; export declare const ICE_TIMEOUT = 2000; export declare const ICE_FAIL_TIMEOUT = 3000; export declare const RETRY_TIMEOUT = 3000; export declare const ICE_AND_DTLS_CONNECTION_TIMEOUT = 20000; export declare const ROAP_OFFER_ANSWER_EXCHANGE_TIMEOUT = 35000; export declare const WEBINAR_ERROR_WEBCAST: number[]; export declare const WEBINAR_ERROR_REGISTRATION_ID: number[]; export declare const JOIN_BEFORE_HOST = 403003; export declare const DIALER_REGEX: { SIP_ADDRESS: RegExp; PHONE_NUMBER: RegExp; E164_FORMAT: RegExp; INTERNAL_NUMBER: RegExp; }; export declare const IPV4_REGEX: RegExp; export declare const VALID_EMAIL_ADDRESS: RegExp; export declare const VALID_PMR_ADDRESS: RegExp; export declare const VALID_PMR_LINK: RegExp; export declare const VALID_PIN: RegExp; export declare const UUID_REG: RegExp; export declare const API: { CALLIOPEDISCOVERY: string; LOCUS: string; }; export declare const CALENDAR_EVENTS: { CREATE: string; UPDATE: string; CREATE_MINIMAL: string; UPDATE_MINIMAL: string; DELETE: string; }; export declare const ASSIGN_ROLES_ERROR_CODES: { ReclaimHostNotSupportedErrorCode: number; ReclaimHostNotAllowedErrorCode: number; ReclaimHostEmptyWrongKeyErrorCode: number; ReclaimHostIsHostAlreadyErrorCode: number; }; export declare const RECORDING_STATE: { RECORDING: string; IDLE: string; PAUSED: string; RESUMED: string; }; export declare const SHARE_STATUS: { NO_SHARE: string; REMOTE_SHARE_ACTIVE: string; LOCAL_SHARE_ACTIVE: string; WHITEBOARD_SHARE_ACTIVE: string; }; export declare const EVENT_TRIGGERS: { MEETINGS_READY: string; MEETINGS_REGISTERED: string; MEETINGS_UNREGISTERED: string; MEDIA_READY: string; MEDIA_STOPPED: string; MEDIA_UPDATE: string; MEDIA_CODEC_MISSING: string; MEDIA_CODEC_LOADED: string; MEETING_STARTED_SHARING_LOCAL: string; MEETING_STOPPED_SHARING_LOCAL: string; MEETING_STARTED_SHARING_REMOTE: string; MEETING_STOPPED_SHARING_REMOTE: string; MEETING_UPDATE_ANNOTATION_INFO: string; MEETING_STARTED_SHARING_WHITEBOARD: string; MEETING_STOPPED_SHARING_WHITEBOARD: string; MEETING_MEDIA_LOCAL_STARTED: string; MEETING_MEDIA_REMOTE_STARTED: string; MEETING_STARTED_RECORDING: string; MEETING_STOPPED_RECORDING: string; MEETING_RECEIVE_REACTIONS: string; MEETING_PAUSED_RECORDING: string; MEETING_RESUMED_RECORDING: string; MEETING_ADDED: string; MEETING_REMOVED: string; MEETING_RINGING: string; MEETING_RINGING_STOP: string; MEETING_SELF_LOBBY_WAITING: string; MEETING_SELF_GUEST_ADMITTED: string; MEETING_SELF_VIDEO_MUTED_BY_OTHERS: string; MEETING_SELF_VIDEO_UNMUTED_BY_OTHERS: string; MEETING_SELF_MUTED_BY_OTHERS: string; MEETING_SELF_UNMUTED_BY_OTHERS: string; MEETING_SELF_REQUESTED_TO_UNMUTE: string; MEETING_SELF_PHONE_AUDIO_UPDATE: string; MEETING_SELF_CANNOT_VIEW_PARTICIPANT_LIST: string; MEETING_SELF_IS_SHARING_BLOCKED: string; MEETING_SELF_ROLES_CHANGED: string; MEETING_SELF_BRB_UPDATE: string; MEETING_CONTROLS_LAYOUT_UPDATE: string; MEETING_ENTRY_EXIT_TONE_UPDATE: string; MEETING_BREAKOUTS_UPDATE: string; MEETING_BREAKOUTS_CLOSING: string; MEETING_BREAKOUTS_MESSAGE: string; MEETING_BREAKOUTS_ASK_RETURN_TO_MAIN: string; MEETING_BREAKOUTS_LEAVE: string; MEETING_BREAKOUTS_ASK_FOR_HELP: string; MEETING_BREAKOUTS_PRE_ASSIGNMENTS_UPDATE: string; MEETING_INTERPRETATION_UPDATE: string; MEETING_INTERPRETATION_SUPPORT_LANGUAGES_UPDATE: string; MEETING_INTERPRETATION_HANDOFF_REQUESTS_ARRIVED: string; MEMBERS_UPDATE: string; MEMBERS_CLEAR: string; MEMBERS_CONTENT_UPDATE: string; MEMBERS_HOST_UPDATE: string; MEMBERS_SELF_UPDATE: string; MEETING_RECONNECTION_STARTING: string; MEETING_RECONNECTION_SUCCESS: string; MEETING_RECONNECTION_FAILURE: string; MEETING_UNLOCKED: string; MEETING_LOCKED: string; MEETING_RESOURCE_LINKS_UPDATE: string; MEETING_INFO_AVAILABLE: string; MEETING_INFO_UPDATED: string; MEETING_LOG_UPLOAD_SUCCESS: string; MEETING_LOG_UPLOAD_FAILURE: string; MEETING_ACTIONS_UPDATE: string; MEETING_STATE_CHANGE: string; MEETING_MEETING_CONTAINER_UPDATE: string; MEETING_EMBEDDED_APPS_UPDATE: string; MEDIA_QUALITY: string; MEETINGS_NETWORK_DISCONNECTED: string; MEETINGS_NETWORK_CONNECTED: string; MEETING_SELF_LEFT: string; NETWORK_QUALITY: string; MEDIA_NEGOTIATED: string; MEDIA_INBOUND_AUDIO_ISSUE_DETECTED: string; ACTIVE_SPEAKER_CHANGED: string; REMOTE_VIDEO_SOURCE_COUNT_CHANGED: string; REMOTE_AUDIO_SOURCE_COUNT_CHANGED: string; REMOTE_MEDIA_AUDIO_CREATED: string; REMOTE_MEDIA_INTERPRETATION_AUDIO_CREATED: string; REMOTE_MEDIA_SCREEN_SHARE_AUDIO_CREATED: string; REMOTE_MEDIA_VIDEO_LAYOUT_CHANGED: string; MEETING_CONTROLS_MUTE_ON_ENTRY_UPDATED: string; MEETING_CONTROLS_SHARE_CONTROL_UPDATED: string; MEETING_CONTROLS_DISALLOW_UNMUTE_UPDATED: string; MEETING_CONTROLS_REACTIONS_UPDATED: string; MEETING_CONTROLS_VIEW_THE_PARTICIPANTS_LIST_UPDATED: string; MEETING_CONTROLS_RAISE_HAND_UPDATED: string; MEETING_CONTROLS_AI_SUMMARY_NOTIFICATION_UPDATED: string; MEETING_CONTROLS_VIDEO_UPDATED: string; MEETING_CONTROLS_STAGE_VIEW_UPDATED: string; MEETING_CONTROLS_WEBCAST_UPDATED: string; MEETING_CONTROLS_MEETING_FULL_UPDATED: string; MEETING_CONTROLS_PRACTICE_SESSION_STATUS_UPDATED: string; MEETING_CONTROLS_ANNOTATION_UPDATED: string; MEETING_CONTROLS_REMOTE_DESKTOP_CONTROL_UPDATED: string; MEETING_CONTROLS_POLLING_QA_UPDATED: string; MEETING_CONTROLS_AUTO_END_MEETING_WARNING_UPDATED: string; MEETING_LOCUS_URL_UPDATE: string; MEETING_STREAM_PUBLISH_STATE_CHANGED: string; MEETING_TRANSCRIPTION_CONNECTED: string; MEETING_STARTED_RECEIVING_TRANSCRIPTION: string; MEETING_STOPPED_RECEIVING_TRANSCRIPTION: string; MEETING_TRANSCRIPTION_SPOKEN_LANGUAGE_UPDATED: string; MEETING_MANUAL_CAPTION_UPDATED: string; MEETING_CAPTION_RECEIVED: string; MEETING_PARTICIPANT_REASON_CHANGED: string; MEETING_AI_ENABLE_REQUEST: string; }; export declare const EVENT_TYPES: { SELF: string; OTHER: string; REMOTE: string; REMOTE_AUDIO: string; REMOTE_VIDEO: string; REMOTE_SHARE: string; REMOTE_SHARE_AUDIO: string; ERROR: string; }; export declare const HEADERS: { CONTENT_TYPE: string; CONTENT_TYPE_VALUE: { APPLICATION_JSON: string; }; }; export declare const MEETING_REMOVED_REASON: { SELF_REMOVED: string; MEETING_INACTIVE_TERMINATING: string; CLIENT_LEAVE_REQUEST: string; CLIENT_LEAVE_REQUEST_TAB_CLOSED: string; USER_ENDED_SHARE_STREAMS: string; NO_MEETINGS_TO_SYNC: string; MEETING_CONNECTION_FAILED: string; LOCUS_DTO_SYNC_FAILED: string; MISSING_MEETING_INFO: string; }; export declare const CALL_REMOVED_REASON: { CALL_INACTIVE: string; PARTNER_LEFT: string; SELF_LEFT: string; }; export declare const SHARE_STOPPED_REASON: { SELF_STOPPED: string; MEETING_REJOIN: string; MEDIA_RECONNECTION: string; TRACK_ENDED: string; }; export declare const EVENTS: { SELF_UNADMITTED_GUEST: string; SELF_ADMITTED_GUEST: string; MEDIA_INACTIVITY: string; CONVERSATION_URL_UPDATE: string; DESTROY_MEETING: string; REQUEST_UPLOAD_LOGS: string; REMOTE_RESPONSE: string; LOCUS_INFO_UPDATE_PARTICIPANTS: string; LOCUS_INFO_UPDATE_HOST: string; LOCUS_INFO_UPDATE_MEDIA_SHARES: string; LOCUS_INFO_UPDATE_SELF: string; LOCUS_INFO_UPDATE_URL: string; LOCUS_INFO_CAN_ASSIGN_HOST: string; DISCONNECT_DUE_TO_INACTIVITY: string; }; export declare const MEDIA_STATE: { active: string; inactive: string; }; export declare const ERROR_DICTIONARY: { PARAMETER: { NAME: string; MESSAGE: string; CODE: number; }; INTENT_TO_JOIN: { NAME: string; MESSAGE: string; CODE: number; }; JOIN_MEETING: { NAME: string; MESSAGE: string; CODE: number; }; RECONNECTION: { NAME: string; MESSAGE: string; CODE: number; }; MEDIA: { NAME: string; MESSAGE: string; CODE: number; }; PERMISSION: { NAME: string; MESSAGE: string; CODE: number; }; STATS: { NAME: string; MESSAGE: string; CODE: number; }; PASSWORD: { NAME: string; MESSAGE: string; CODE: number; }; CAPTCHA: { NAME: string; MESSAGE: string; CODE: number; }; BREAKOUT_EDIT: { NAME: string; MESSAGE: string; CODE: number; }; NO_MEETING_INFO: { NAME: string; MESSAGE: string; CODE: number; }; RECLAIM_HOST_ROLE_NOT_SUPPORTED: { NAME: string; MESSAGE: string; CODE: number; }; RECLAIM_HOST_ROLE_NOT_ALLOWED: { NAME: string; MESSAGE: string; CODE: number; }; RECLAIM_HOST_ROLE_EMPTY_OR_WRONG_KEY: { NAME: string; MESSAGE: string; CODE: number; }; RECLAIM_HOST_ROLE_IS_ALREADY_HOST: { NAME: string; MESSAGE: string; CODE: number; }; RECONNECTION_NOT_STARTED: { NAME: string; MESSAGE: string; CODE: number; }; JoinWebinarError: { NAME: string; MESSAGE: string; CODE: number; }; MULTISTREAM_NOT_SUPPORTED: { NAME: string; MESSAGE: string; CODE: number; }; JoinForbiddenError: { NAME: string; MESSAGE: string; CODE: number; }; }; export declare const FLOOR_ACTION: { GRANTED: string; RELEASED: string; ACCEPTED: string; }; export declare const FULL_STATE: { INITIALIZING: string; INACTIVE: string; ACTIVE: string; TERMINATING: string; UNKNOWN: string; }; export declare const HTTP_VERBS: { PUT: string; POST: string; GET: string; PATCH: string; DELETE: string; }; export declare const ICE_GATHERING_STATE: { NEW: string; GATHERING: string; COMPLETE: string; }; export declare const ICE_STATE: { CHECKING: string; CONNECTED: string; CLOSED: string; COMPLETED: string; FAILED: string; DISCONNECTED: string; }; export declare const CONNECTION_STATE: { NEW: string; CONNECTING: string; CONNECTED: string; CLOSED: string; FAILED: string; DISCONNECTED: string; }; export declare const LOCUS: { STATE: { INACTIVE: string; ENDED: string; INITIALIZING: string; ACTIVE: string; TERMINATING: string; }; SEQUENCE: { UN_DEF: string; EMPTY: string; DEF: string; NA: string; RANGE_START: string; RANGE_END: string; }; SYNCDEBUG: string; }; export declare const ANNOTATION: { ANNOTATION_ON_SHARE_SUPPORTED: string; }; export declare const BREAKOUTS: { STATUS: { CLOSING: string; CLOSED: string; PENDING: string; OPEN: string; }; EVENTS: { BREAKOUTS_CLOSING: string; MESSAGE: string; MEMBERS_UPDATE: string; ASK_RETURN_TO_MAIN: string; LEAVE_BREAKOUT: string; ASK_FOR_HELP: string; PRE_ASSIGNMENTS_UPDATE: string; }; SESSION_TYPES: { MAIN: string; BREAKOUT: string; }; SESSION_STATES: { ACTIVE: string; ASSIGNED: string; ALLOWED: string; ASSIGNED_CURRENT: string; REQUESTED: string; }; BREAKOUTS_SUPPORTED: string; ACTION: { START: string; CLOSE: string; DELETE: string; }; ERROR_CODE: { EDIT_LOCK_TOKEN_MISMATCH: number; EDIT_NOT_AUTHORIZED: number; }; EDIT_LOCK_STATUS: { LOCKED: string; NOT_LOCKED: string; UNKNOWN: string; }; DEFAULT_TTL: number; }; export declare const INTERPRETATION: { EVENTS: { SUPPORT_LANGUAGES_UPDATE: string; HANDOFF_REQUESTS_ARRIVED: string; }; ACTION_TYPE: { OFFERED: string; ACCEPTED: string; REQUESTED: string; DECLINED: string; }; RESOURCE_TYPE: string; }; export declare const LOCUSINFO: { EVENTS: { CONTROLS_MEETING_LAYOUT_UPDATED: string; CONTROLS_RECORDING_UPDATED: string; CONTROLS_MEETING_TRANSCRIBE_UPDATED: string; CONTROLS_AI_SUMMARY_NOTIFICATION_UPDATED: string; CONTROLS_MEETING_TRANSCRIPTION_SPOKEN_LANGUAGE_UPDATED: string; CONTROLS_MEETING_MANUAL_CAPTION_UPDATED: string; CONTROLS_MEETING_HESIOD_LLM_ID_UPDATED: string; CONTROLS_MEETING_BREAKOUT_UPDATED: string; CONTROLS_MEETING_CONTAINER_UPDATED: string; CONTROLS_MEETING_INTERPRETATION_UPDATED: string; CONTROLS_ENTRY_EXIT_TONE_UPDATED: string; CONTROLS_MUTE_ON_ENTRY_CHANGED: string; CONTROLS_SHARE_CONTROL_CHANGED: string; CONTROLS_DISALLOW_UNMUTE_CHANGED: string; CONTROLS_REACTIONS_CHANGED: string; CONTROLS_VIEW_THE_PARTICIPANTS_LIST_CHANGED: string; CONTROLS_RAISE_HAND_CHANGED: string; CONTROLS_WEBCAST_CHANGED: string; CONTROLS_MEETING_FULL_CHANGED: string; CONTROLS_PRACTICE_SESSION_STATUS_UPDATED: string; CONTROLS_VIDEO_CHANGED: string; CONTROLS_STAGE_VIEW_UPDATED: string; CONTROLS_ANNOTATION_CHANGED: string; CONTROLS_REMOTE_DESKTOP_CONTROL_CHANGED: string; CONTROLS_POLLING_QA_CHANGED: string; SELF_UNADMITTED_GUEST: string; SELF_ADMITTED_GUEST: string; SELF_REMOTE_VIDEO_MUTE_STATUS_UPDATED: string; SELF_REMOTE_MUTE_STATUS_UPDATED: string; CONTROLS_AUTO_END_MEETING_WARNING_CHANGED: string; LOCAL_UNMUTE_REQUESTED: string; LOCAL_UNMUTE_REQUIRED: string; SELF_MODERATOR_CHANGED: string; SELF_ROLES_CHANGED: string; MEETING_UPDATE: string; MEDIA_STATUS_CHANGE: string; FULL_STATE_TYPE_UPDATE: string; FULL_STATE_MEETING_STATE_CHANGE: string; MEETING_STATE_CHANGE_TO_ACTIVE: string; MEETING_INFO_UPDATED: string; MEETING_LOCKED: string; MEETING_UNLOCKED: string; SELF_OBSERVING: string; DISCONNECT_DUE_TO_INACTIVITY: string; EMBEDDED_APPS_UPDATED: string; SELF_CANNOT_VIEW_PARTICIPANT_LIST_CHANGE: string; SELF_IS_SHARING_BLOCKED_CHANGE: string; SELF_MEETING_BREAKOUTS_CHANGED: string; SELF_MEETING_INTERPRETATION_CHANGED: string; SELF_ID_CHANGED: string; SELF_MEETING_BRB_CHANGED: string; MEDIA_INACTIVITY: string; LINKS_SERVICES: string; LINKS_RESOURCES: string; PARTICIPANT_REASON_CHANGED: string; }; }; export declare const LOCUSEVENT: { readonly LOCUS_MERCURY: "event:locus"; readonly CONTROLS_UPDATED: "locus.controls_updated"; readonly DIFFERENCE: "locus.difference"; readonly BREAKOUT_ROSTER: "breakout.roster"; readonly FLOOR_GRANTED: "locus.floor_granted"; readonly FLOOR_RELEASED: "locus.floor_released"; readonly MESSAGE_ROAP: "locus.message.roap"; readonly PARTICIPANT_JOIN: "locus.participant_joined"; readonly PARTICIPANT_LEFT: "locus.participant_left"; readonly PARTICIPANT_DECLINED: "locus.participant_declined"; readonly PARTICIPANT_UPDATED: "locus.participant_updated"; readonly PARTICIPANT_CONTROLS_UPDATED: "locus.participant_controls_updated"; readonly PARTICIPANT_ROLES_UPDATED: "locus.participant_roles_updated"; readonly PARTICIPANT_AUDIO_MUTED: "locus.participant_audio_muted"; readonly PARTICIPANT_AUDIO_UNMUTED: "locus.participant_audio_unmuted"; readonly PARTICIPANT_VIDEO_MUTED: "locus.participant_video_muted"; readonly PARTICIPANT_VIDEO_UNMUTED: "locus.participant_video_unmuted"; readonly RECORDING_STARTED: "locus.recording_started"; readonly RECORDING_START_FAILED: "locus.recording_start_failed"; readonly RECORDING_STOPPED: "locus.recording_stopped"; readonly SELF_CHANGED: "locus.self_changed"; readonly HASH_TREE_DATA_UPDATED: "locus.state_message"; readonly APPROVAL_REQUEST: "locus.approval_request"; readonly SDK_LOCUS_FROM_SYNC_MEETINGS: "jsSdk.locus_from_sync_meetings"; readonly SDK_NO_EVENT: "jsSdk.no_event"; }; export type LOCUSEVENT = Enum; export declare const LOCUS_LLM_EVENT: string; export declare const MEDIA_TRACK_CONSTRAINT: { CURSOR: { AWLAYS: string; MOTION: string; NEVER: string; }; }; export declare const MEETING_ERRORS: { METRICS_NOT_SERVER_OR_CLIENT_EXCEPTION: string; BIDIRECTIONAL_ROSTER_NOT_ALLOWED: string; INVALID_LOCUS_URL: string; ARGUMENT_NULL_OR_EMPTY: string; INVALID_USER: string; INVALID_PHONE_NUMBER_OR_COUNTRY_CODE: string; EMPTY_PHONE_NUMBER_OR_COUNTRY_CODE: string; PHONE_NUMBER_INVALID_COUNTRY_CODE: string; PHONE_NUMBER_NOT_A_NUMBER: string; PHONE_NUMBER_TOO_SHORT_AFTER_IDD: string; PHONE_NUMBER_TOO_SHORT_NSN: string; PHONE_NUMBER_TOO_LONG: string; INVALID_DIALABLE_KEY: string; INVALID_MEETING_LINK: string; INVALID_SINCE_OR_SEQUENCE_HASH_IN_REQUEST: string; INVALID_LOCUS_ID: string; EMPTY_SCHEDULED_MEETING_START_TIME: string; INVALID_SCHEDULED_MEETING_DURATION_MINUTES: string; INVALID_SCHEDULED_MEETING_REMINDER_DURATION_MINUTES: string; EMPTY_SCHEDULED_MEETING_ORGANIZER: string; INVALID_MEETING_ID_FORMAT: string; INVALID_SIP_URL_FORMAT: string; EMPTY_INVITEE_RECORD: string; EMPTY_INVITEE_ADDRESS: string; DESKPHONE_NOTHING_DIALABLE_FOUND: string; INVALID_INVITEE_ADDRESS: string; INVALID_ATTENDEE_ID: string; INVALID_IN_LOBBY: string; MISSING_REQUESTING_PARTICIPANT_ID: string; INVALID_REQUESTING_PARTICIPANT_ID: string; SUPPLEMENTARY_USER_INFO_NOT_FOUND: string; UNAUTHORIZED: string; REMOVED_PARTICIPANT: string; FREE_USER_MAX_PARTICIPANTS_EXCEEDED: string; PAID_USER_MAX_PARTICIPANTS_EXCEEDED: string; SERVICE_MAX_PARTICIPANTS_EXCEEDED: string; INACTIVE: string; ONE_ON_ONE_TO_SELF_NOT_ALLOWED: string; JOIN_RESTRICTED_USER: string; GET_RESTRICTED_USER: string; JOIN_RESTRICTED_USER_NOT_IN_ROOM: string; CREATE_MEDIA_RESTRICTED_USER: string; DUPLICATE_RESOURCE_CREATION_REQUEST: string; MEETING_NOT_FOUND: string; NOT_WEBEX_SITE: string; INVALID_SCHEDULED_MEETING_ORGANIZER: string; FREE_USER_MAX_PARTICIPANTS_JOINED_EXCEEDED: string; PAID_USER_MAX_PARTICIPANTS_JOINED_EXCEEDED: string; SERVICE_MAX_PARTICIPANTS_ROSTER_EXCEEDED: string; SERVICE_INITIAL_PARTICIPANTS_ROSTER_EXCEEDED: string; RESOURCE_GUEST_FORBIDDEN: string; SERVICE_NO_MACHINE_OR_SERVICE_ACCOUNT: string; MODERATOR_ROLE_REMOVAL_NOT_ALLOWED: string; RECORDING_CONTROL_NOT_SUPPORTED: string; HOST_PIN_LOCKED: string; INVALID_HOST_PIN: string; REQUESTING_PARTICIPANT_NOT_MODERATOR: string; CONVERSATION_NOT_FOUND: string; MEETING_LINK_NOT_FOUND: string; MEETING_INFO_NOT_FOUND: string; SCHEDULED_MEETING_NOT_FOUND: string; RECORDING_NOT_STARTED: string; RECORDING_NOT_ENABLED: string; RECORDING_USER_STORAGE_FULL: string; RECORDING_SITE_STORAGE_FULL: string; NO_SCHEDULED_MEETING: string; MEETING_FULL_UPDATE_NOT_ALLOWED: string; MODERATOR_ROLE_REMOVAL_NOT_VALID: string; MODERATOR_ROLE_ADDITION_NOT_VALID: string; INVALID_CALL_START_TIME: string; MEETING_STARTED_UPDATE_NOT_ALLOWED: string; EXCEEDED_MAX_JOINED_PARTICIPANTS: string; EXCEEDED_SERVICE_MAX_PARTICIPANTS: string; MEETING_IS_LOCKED: string; MEETING_IS_TERMINATING: string; MEETING_REQUIRE_MODERATOR_PIN_INTENT: string; MEETING_REQUIRE_MODERATOR_PIN: string; MEETING_REQUIRE_MODERATOR_ROLE: string; PMR_ACCOUNT_SUSPENDED: string; PMR_ACCOUNT_LOCKED: string; INVALID_JOIN_TIME: string; REQUIRES_WEBEX_LOGIN: string; TOO_MANY_REQUESTS: string; UNABLE_TO_LOOK_UP_DEVICE_INFORMATION: string; UNABLE_TO_LOOK_UP_CONVERSATION: string; UNABLE_TO_LOOK_UP_CI_USER: string; UNABLE_TO_CREATE_CONFLUENCE: string; SERVICE_UNAVAILABLE: string; SOCKET_TIMEOUT: string; NO_HTTP_RESPONSE: string; }; export declare const MEETING_END_REASON: { INACTIVE: string; MEDIA_RELEASED: string; }; export declare enum SELF_POLICY { ENFORCE_VIRTUAL_BACKGROUND = "enforceVirtualBackground", SUPPORT_LOCAL_RECORD = "supportLocalRecord", SUPPORT_NETWORK_BASED_RECORD = "supportNetworkBasedRecord", SUPPORT_PREMISE_RECORD = "supportPremiseRecord", SUPPORT_REALTIME_CLOSE_CAPTION = "supportRealtimeCloseCaption", SUPPORT_REALTIME_CLOSE_CAPTION_MANUAL = "supportRealtimeCloseCaptionManual", SUPPORT_CHAT = "supportChat", SUPPORT_DESKTOP_SHARE_REMOTE = "supportDesktopShareRemote", SUPPORT_DESKTOP_SHARE = "supportDesktopShare", SUPPORT_WHITEBOARD = "supportWhiteboard", SUPPORT_FILE_TRANSFER = "supportFileTransfer", SUPPORT_APP_SHARE = "supportAppShare", SUPPORT_CAMERA_SHARE = "supportCameraShare", SUPPORT_FILE_SHARE = "supportFileShare", SUPPORT_ANNOTATION = "supportAnnotation", SUPPORT_BROADCAST_MESSAGE = "supportBroadcastMessage", SUPPORT_VIDEO = "supportVideo", SUPPORT_HQV = "supportHQV", SUPPORT_HDV = "supportHDV", SUPPORT_PARTICIPANT_LIST = "supportParticipantList", SUPPORT_VOIP = "supportVoIP", SUPPORT_POLLING_AND_QA = "supportPollingAndQA" } export declare const DISPLAY_HINTS: { ADD_GUEST: string; ROSTER_WAITING_TO_JOIN: string; RECORDING_CONTROL_START: string; RECORDING_CONTROL_PAUSE: string; RECORDING_CONTROL_STOP: string; RECORDING_CONTROL_RESUME: string; PREMISE_RECORDING_CONTROL_START: string; PREMISE_RECORDING_CONTROL_PAUSE: string; PREMISE_RECORDING_CONTROL_STOP: string; PREMISE_RECORDING_CONTROL_RESUME: string; LOCAL_RECORDING_STATUS_STARTED: string; LOCAL_RECORDING_STATUS_STOPPED: string; LOCAL_RECORDING_STATUS_PAUSED: string; LOCK_CONTROL_UNLOCK: string; LOCK_CONTROL_LOCK: string; LOCK_STATUS_LOCKED: string; LOCK_STATUS_UNLOCKED: string; RAISE_HAND: string; LOWER_ALL_HANDS: string; LOWER_SOMEONE_ELSES_HAND: string; LEAVE_TRANSFER_HOST_END_MEETING: string; LEAVE_END_MEETING: string; END_MEETING: string; REQUIRE_HOST_END_MEETING_BEFORE_LEAVE: string; STREAMING_STATUS_STARTED: string; STREAMING_STATUS_STOPPED: string; CAPTION_START: string; CAPTION_STATUS_ACTIVE: string; MANUAL_CAPTION_START: string; MANUAL_CAPTION_STOP: string; MANUAL_CAPTION_STATUS_ACTIVE: string; DISPLAY_REAL_TIME_TRANSLATION: string; SPOKEN_LANGUAGE_AUTO_DETECTION_ENABLED: string; ENABLE_CAPTION_PANEL: string; DISPLAY_NON_ENGLISH_ASR: string; TRANSCRIPTION_CONTROL_START: string; TRANSCRIPTION_CONTROL_STOP: string; SAVE_TRANSCRIPTS_ENABLED: string; WEBEX_ASSISTANT_STATUS_ACTIVE: string; WAITING_FOR_OTHERS: string; ENABLE_REACTIONS: string; DISABLE_REACTIONS: string; REACTIONS_ACTIVE: string; REACTIONS_INACTIVE: string; SHARE_CONTROL: string; ENABLE_MUTE_ON_ENTRY: string; ENABLE_SHOW_DISPLAY_NAME: string; DISABLE_SHOW_DISPLAY_NAME: string; DISABLE_MUTE_ON_ENTRY: string; ENABLE_HARD_MUTE: string; DISABLE_HARD_MUTE: string; MUTE_ALL: string; UNMUTE_ALL: string; PRESENTER_CONTROL: string; CAN_RENAME_SELF_AND_OBSERVED: string; CAN_RENAME_OTHERS: string; MOVE_TO_LOBBY: string; BREAKOUT_MANAGEMENT: string; BROADCAST_MESSAGE_TO_BREAKOUT: string; UCF_SUPPRESS_BREAKOUTS_SUPPORT: string; DISABLE_ASK_FOR_HELP: string; DISABLE_BREAKOUT_PREASSIGNMENTS: string; DISABLE_LOBBY_TO_BREAKOUT: string; DISABLE_BREAKOUT_START: string; DISABLE_VIEW_THE_PARTICIPANT_LIST: string; ENABLE_VIEW_THE_PARTICIPANT_LIST: string; DISABLE_VIEW_THE_PARTICIPANT_LIST_PANELIST: string; ENABLE_VIEW_THE_PARTICIPANT_LIST_PANELIST: string; DISABLE_SHOW_ATTENDEE_COUNT: string; ENABLE_SHOW_ATTENDEE_COUNT: string; DISABLE_RAISE_HAND: string; ENABLE_RAISE_HAND: string; DISABLE_VIDEO: string; ENABLE_VIDEO: string; SHARE_FILE: string; SHARE_APPLICATION: string; SHARE_CAMERA: string; SHARE_DESKTOP: string; SHARE_CONTENT: string; SHARE_WHITEBOARD: string; VOIP_IS_ENABLED: string; WEBCAST_CONTROL_START: string; WEBCAST_CONTROL_STOP: string; STAGE_VIEW_ACTIVE: string; STAGE_VIEW_INACTIVE: string; ENABLE_STAGE_VIEW: string; DISABLE_STAGE_VIEW: string; PRACTICE_SESSION_ON: string; PRACTICE_SESSION_OFF: string; SHOW_PRACTICE_SESSION_START: string; SHOW_PRACTICE_SESSION_STOP: string; SHOW_POST_MEETING_DATA_CONSENT_PROMPT: string; ENABLE_ANNOTATION_MEETING_OPTION: string; DISABLE_ANNOTATION_MEETING_OPTION: string; SHOW_AUTO_END_MEETING_WARNING: string; ENABLE_RDC_MEETING_OPTION: string; DISABLE_RDC_MEETING_OPTION: string; ENABLE_ATTENDEE_START_POLLING_QA: string; DISABLE_ATTENDEE_START_POLLING_QA: string; ATTENDEE_REQUEST_AI_ASSISTANT_ENABLED: string; ATTENDEE_REQUEST_AI_ASSISTANT_DECLINED_ALL: string; }; export declare const INTERSTITIAL_DISPLAY_HINTS: string[]; export declare const SELF_ROLES: { COHOST: string; MODERATOR: string; ATTENDEE: string; PANELIST: string; }; export declare const MEETING_STATE: { STATES: { IDLE: string; INCOMING: string; DIALING: string; NOTIFIED: string; DECLINED: string; ON_GOING: string; JOINED: string; TERMINATING: string; LEFT: string; ENDED: string; ERROR: string; }; }; export declare const MEETING_STATE_MACHINE: { TRANSITIONS: { FAIL: string; RING: string; REMOTE: string; JOIN: string; DECLINE: string; LEAVE: string; END: string; RESET: string; }; STATES: { ERROR: string; IDLE: string; ENDED: string; DECLINED: string; RINGING: string; JOINED: string; ANSWERED: string; }; }; export declare const MEETING_AUDIO_STATE_MACHINE: { TRANSITIONS: { TOGGLE: string; INIT: string; }; STATES: { MUTE_SELF: string; UNMUTE_SELF: string; }; }; export declare const MEETING_VIDEO_STATE_MACHINE: { TRANSITIONS: { TOGGLE: string; INIT: string; }; STATES: { MUTE_SELF: string; UNMUTE_SELF: string; }; }; export declare const PEER_CONNECTION_STATE: { CLOSED: string; FAILED: string; }; export declare const RECONNECTION: { readonly STATE: { readonly IN_PROGRESS: "IN_PROGRESS"; readonly FAILURE: "FAILURE"; readonly DEFAULT_STATUS: ""; }; }; export type RECONNECTION_STATE = Enum; export declare const RESOURCE: { CLUSTERS: string; REACHABILITY: string; LOCI: string; }; export declare const REACHABILITY: { localStorageResult: string; localStorageJoinCookie: string; namespace: string; }; export declare const ROAP: { ROAP_TYPES: { OFFER: string; ANSWER: string; OK: string; ERROR: string; TURN_DISCOVERY_REQUEST: string; TURN_DISCOVERY_RESPONSE: string; }; ROAP_MERCURY: string; ROAP_VERSION: string; }; export declare const MediaContent: { main: string; slides: string; }; export declare const NETWORK_STATUS: { readonly DISCONNECTED: "DISCONNECTED"; readonly RECONNECTING: "RECONNECTING"; readonly CONNECTED: "CONNECTED"; }; export type NETWORK_STATUS = Enum; export declare const QUALITY_LEVELS: { LOW: string; MEDIUM: string; HIGH: string; '360p': string; '480p': string; '540p': string; '720p': string; '1080p': string; }; export declare const AVAILABLE_RESOLUTIONS: { '360p': { video: { width: { max: number; ideal: number; }; height: { max: number; ideal: number; }; }; }; '480p': { video: { width: { max: number; ideal: number; }; height: { max: number; ideal: number; }; }; }; '540p': { video: { width: { max: number; ideal: number; }; height: { max: number; ideal: number; }; }; }; '720p': { video: { width: { max: number; ideal: number; }; height: { max: number; ideal: number; }; }; }; '1080p': { video: { width: { max: number; ideal: number; }; height: { max: number; ideal: number; }; }; }; }; export declare const MQA_INTERVAL = 60000; export declare const MEDIA_DEVICES: { MICROPHONE: string; SPEAKER: string; CAMERA: string; }; export declare const PSTN_STATUS: { JOINED: string; CONNECTED: string; LEFT: string; TRANSFERRING: string; SUCCESS: string; UNKNOWN: string; }; export declare const PASSWORD_STATUS: { NOT_REQUIRED: string; REQUIRED: string; UNKNOWN: string; VERIFIED: string; }; export declare const REGISTRATION_ID_STATUS: { NOT_REQUIRED: string; REQUIRED: string; UNKNOWN: string; VERIFIED: string; }; export declare const MEETING_INFO_FAILURE_REASON: { NONE: string; WRONG_PASSWORD: string; WRONG_CAPTCHA: string; WRONG_REGISTRATION_ID: string; POLICY: string; WEBINAR_REGISTRATION: string; NEED_JOIN_WITH_WEBCAST: string; WEBINAR_NEED_REGISTRATION_ID: string; NOT_REACH_JBH: string; JOIN_FORBIDDEN: string; OTHER: string; }; export declare const BNR_STATUS: { SHOULD_ENABLE: string; ENABLED: string; SHOULD_DISABLE: string; NOT_ENABLED: string; }; export declare const EMBEDDED_APP_TYPES: { SLIDO: string; OTHER: string; }; export declare const DEFAULT_MEETING_INFO_REQUEST_BODY: { supportHostKey: boolean; supportCountryList: boolean; }; /** the values for IP_VERSION are fixed and defined in Orpheus API */ export declare const IP_VERSION: { readonly unknown: 0; readonly only_ipv4: 4; readonly only_ipv6: 6; readonly ipv4_and_ipv6: 1; }; export declare const LOCAL_SHARE_ERRORS: { DEVICE_NOT_JOINED: string; UNDEFINED: string; NO_MEDIA_FOR_DEVICE: string; NO_CONFLUENCE_ID: string; CONTENT_SHARING_DISABLED: string; LOCUS_PARTICIPANT_DNE: string; CONTENT_REQUEST_WHILE_PENDING_WHITEBOARD: string; }; export type IP_VERSION = Enum; export declare const MEETING_PERMISSION_TOKEN_REFRESH_THRESHOLD_IN_SEC = 30; export declare const MEETING_PERMISSION_TOKEN_REFRESH_REASON = "ttl-join"; export declare const NAMED_MEDIA_GROUP_TYPE_AUDIO = 1; export declare const DESTINATION_TYPE: { readonly CONVERSATION_URL: "CONVERSATION_URL"; readonly MEETING_LINK: "MEETING_LINK"; readonly SIP_URI: "SIP_URI"; readonly PERSONAL_ROOM: "PERSONAL_ROOM"; readonly ONE_ON_ONE_CALL: "ONE_ON_ONE_CALL"; readonly LOCUS_ID: "LOCUS_ID"; readonly MEETING_ID: "MEETING_ID"; readonly MEETING_UUID: "MEETING_UUID"; }; export type DESTINATION_TYPE = Enum; export declare const INITIAL_REGISTRATION_STATUS: { fetchWebexSite: boolean; getGeoHint: boolean; startReachability: boolean; deviceRegister: boolean; mercuryConnect: boolean; checkH264Support: boolean; }; export declare const STAGE_MANAGER_TYPE: { LOGO: number; BACKGROUND: number; NAME_LABEL: number; }; export declare const DEFAULT_LARGE_SCALE_WEBINAR_ATTENDEE_SEARCH_LIMIT = 50; export declare const AI_ENABLE_REQUEST: { EVENTS: { APPROVAL_REQUEST_ARRIVED: string; }; ACTION_TYPE: { REQUESTED: string; ACCEPTED: string; DECLINED: string; DECLINED_ALL: string; }; RESOURCE_TYPE: string; };