lib-jitsi-meet
    Preparing search index...

    Enumeration RTCStatsEvents

    Events emitted by the RTCStats module.

    Index

    Enumeration Members

    AUDIO_MUTE_CHANGED_EVENT: "audioMutedChanged"

    Event that indicates that the microphone has been muted or unmuted.

    Whether microphone was muted.

    CODEC_CHANGED_EVENT: "codecChanged"

    Event that indicates that the video codec on the sender has changed.

    The data.

    The codec used for camera source.

    The codec used for screenshare.

    CONFERENCE_START_TIMESTAMP_EVENT: "conferenceStartTimestamp"

    Event that indicates that the conference start timestamp has been received from MUC.

    DOMINANT_SPEAKER_CHANGED_EVENT: "dominantSpeakerChanged"

    Event that indicates that the current user has become the dominant speaker for the conference.

    ENCODER_CPU_RESTRICTED_EVENT: "cpuRestricted"

    Event that indicates that the encode resolution is being restricted by CPU.

    Whether CPU restriction was detected or removed.

    JVB_ICE_RESTARTED_EVENT: "jvbIceRestarted"

    Event that indicates that the JVB media session is restarted because of ICE failure.

    LOG_EVENT: "logs"

    Event for logging.

    REMOTE_SOURCE_INTERRUPTED_EVENT: "remoteSourceInterrupted"

    Event that indicates that a remote video source's media stream has been interrupted.

    REMOTE_SOURCE_SUSPENDED_EVENT: "remoteSourceSuspended"

    Event that indicates that a remote video source is suspended by the JVB because of BWE issues.

    REMOTE_VIDEO_DECODING_EVENT: "remoteVideoDecoding"

    Event that indicates a change in the decoding state of a remote video stream that is receiving media bytes.

    The event data.

    True when frame decoding has stopped while bytes are still received, false when decoding resumes.

    The participant whose video stream is affected.

    The SSRC of the affected stream.

    RTC_STATS_PC_EVENT: "rtstats_pc_event"

    Event emitted when any PeerConnection event is triggered.

    The PeerConnection event.

    The event type.

    Event body.

    PeerConnection type.

    PeerConnection state change which triggered the event.

    RTC_STATS_WC_DISCONNECTED: "rtcstats_ws_disconnected"

    Event emitted when the websocket connection to the rtcstats server is disconnected.

    SCREENSHARE_MUTE_CHANGED_EVENT: "screenshareToggled"

    Event that indicates that the screenshare has started or stopped.

    The data.

    Whether screenshare was toggled off or on.

    STROPHE_DISCONNECTED_EVENT: "stropheDisconnected"

    Event that indicates that the strophe connection has disconnected.

    STROPHE_ERROR_EVENT: "strophe.error"

    Event that indicates that a strophe error has occurred.

    The data.

    STROPHE_RECONNECTED_EVENT: "stropheReconnected"

    Event that indicates that the strophe connection has been re-established.

    VIDEO_MUTE_CHANGED_EVENT: "videoMutedChanged"

    Event that indicates that the camera has been muted or unmuted.

    Whether camera was muted.