export declare const INCOMING_CALL = "incomingCall"; export declare const DECLINED_INCOMING_CALL = "declinedIncomingCall"; export declare const FAILED_INCOMING_CALL = "failedIncomingCall"; export declare const TERMINATED_INCOMING_CALL = "terminatedIncomingCall"; export declare const CONNECTING = "connecting"; export declare const CONNECTED = "connected"; export declare const DISCONNECTED = "disconnected"; export declare const NEW_RTC_SESSION = "newRTCSession"; export declare const REGISTERED = "registered"; export declare const UNREGISTERED = "unregistered"; export declare const REGISTRATION_FAILED = "registrationFailed"; export declare const NEW_MESSAGE = "newMessage"; export declare const SIP_EVENT = "sipEvent"; export declare const AVAILABLE_SECOND_REMOTE_STREAM_EVENT = "availableSecondRemoteStream"; export declare const NOT_AVAILABLE_SECOND_REMOTE_STREAM_EVENT = "notAvailableSecondRemoteStream"; export declare const MUST_STOP_PRESENTATION_EVENT = "mustStopPresentation"; export declare const ENTER_ROOM = "enterRoom"; export declare const USE_LICENSE = "useLicense"; export declare const PEER_CONNECTION_CONFIRMED = "peerconnection:confirmed"; export declare const PEER_CONNECTION_ONTRACK = "peerconnection:ontrack"; export declare const CHANNELS = "channels"; export declare const CHANNELS_NOTIFY = "channels:notify"; export declare const ENDED_FROM_SERVER = "ended:fromserver"; export declare const MAIN_CAM_CONTROL = "main-cam-control"; export declare const ADMIN_STOP_MAIN_CAM = "admin:stop-main-cam"; export declare const ADMIN_START_MAIN_CAM = "admin:start-main-cam"; export declare const ADMIN_STOP_MIC = "admin:stop-mic"; export declare const ADMIN_START_MIC = "admin:start-mic"; export declare const ADMIN_FORCE_SYNC_MEDIA_STATE = "admin:force-sync-media-state"; export declare const PARTICIPANT_ADDED_TO_LIST_MODERATORS = "participant:added-to-list-moderators"; export declare const PARTICIPANT_REMOVED_FROM_LIST_MODERATORS = "participant:removed-from-list-moderators"; export declare const PARTICIPANT_MOVE_REQUEST_TO_STREAM = "participant:move-request-to-stream"; export declare const PARTICIPANT_MOVE_REQUEST_TO_SPECTATORS = "participant:move-request-to-spectators"; export declare const PARTICIPANT_MOVE_REQUEST_TO_PARTICIPANTS = "participant:move-request-to-participants"; export declare const PARTICIPATION_ACCEPTING_WORD_REQUEST = "participation:accepting-word-request"; export declare const PARTICIPATION_CANCELLING_WORD_REQUEST = "participation:cancelling-word-request"; export declare const WEBCAST_STARTED = "webcast:started"; export declare const WEBCAST_STOPPED = "webcast:stopped"; export declare const ACCOUNT_CHANGED = "account:changed"; export declare const ACCOUNT_DELETED = "account:deleted"; export declare const CONFERENCE_PARTICIPANT_TOKEN_ISSUED = "conference:participant-token-issued"; export declare const ENDED = "ended"; export declare const SENDING = "sending"; export declare const REINVITE = "reinvite"; export declare const REPLACES = "replaces"; export declare const REFER = "refer"; export declare const PROGRESS = "progress"; export declare const ACCEPTED = "accepted"; export declare const CONFIRMED = "confirmed"; export declare const PEER_CONNECTION = "peerconnection"; export declare const FAILED = "failed"; export declare const MUTED = "muted"; export declare const UNMUTED = "unmuted"; export declare const NEW_DTMF = "newDTMF"; export declare const NEW_INFO = "newInfo"; export declare const HOLD = "hold"; export declare const UNHOLD = "unhold"; export declare const UPDATE = "update"; export declare const SDP = "sdp"; export declare const ICE_CANDIDATE = "icecandidate"; export declare const GET_USER_MEDIA_FAILED = "getusermediafailed"; export declare const PEER_CONNECTION_CREATE_OFFER_FAILED = "peerconnection:createofferfailed"; export declare const PEER_CONNECTION_CREATE_ANSWER_FAILED = "peerconnection:createanswerfailed"; export declare const PEER_CONNECTION_SET_LOCAL_DESCRIPTION_FAILED = "peerconnection:setlocaldescriptionfailed"; export declare const PEER_CONNECTION_SET_REMOTE_DESCRIPTION_FAILED = "peerconnection:setremotedescriptionfailed"; export declare const SPECTATOR = "SPECTATOR"; export declare const PARTICIPANT = "PARTICIPANT"; export declare const ONE_MEGABIT_IN_BITS = 1000000; export declare enum Originator { LOCAL = "local", REMOTE = "remote", SYSTEM = "system" }