lib-jitsi-meet
    Preparing search index...

    Enumeration DetectionEvents

    Index

    Events

    AUDIO_INPUT_STATE_CHANGE: "audio_input_state_changed"

    Event triggered by NoAudioSignalDetector when the local audio device associated with a JitsiConference starts receiving audio levels with the value of 0 meaning no audio is being captured on that device, or when it starts receiving audio levels !== 0 after being in a state of no audio.

    DETECTOR_STATE_CHANGE: "detector_state_change"

    Event triggered by a audio detector indicating that its active state has changed from active to inactive or vice versa.

    NO_AUDIO_INPUT: "no_audio_input_detected"

    Event triggered by NoAudioSignalDetector when the local audio device associated with a JitsiConference goes silent for a period of time, meaning that the device is either broken or hardware/software muted.

    VAD_NOISY_DEVICE: "detection.vad_noise_device"

    Event generated by VADNoiseDetection when the tracked device is considered noisy.

    VAD_REPORT_PUBLISHED: "vad-report-published"

    Event generated by VADReportingService when if finishes creating a VAD report for the monitored devices. The generated objects are of type Array, one score for each monitored device. VAD_REPORT_PUBLISHED

    VAD_SCORE_PUBLISHED: "detection.vad_score_published"

    Event generated by TrackVADEmitter when PCM sample VAD score is available.

    VAD_TALK_WHILE_MUTED: "detection.vad_talk_while_muted"

    Event generated by VADTalkMutedDetection when a user is talking while the mic is muted.