lib-jitsi-meet

    Enumeration JitsiTrackErrors

    The errors for the JitsiTrack objects.

    Index

    Enumeration Members

    CONSTRAINT_FAILED: "gum.constraint_failed"

    An error which indicates that some of requested constraints in getUserMedia call were not satisfied.

    ELECTRON_DESKTOP_PICKER_ERROR: "gum.electron_desktop_picker_error"

    A generic error which indicates an error occurred while selecting a DesktopCapturerSource from the electron app.

    ELECTRON_DESKTOP_PICKER_NOT_FOUND: "gum.electron_desktop_picker_not_found"

    An error which indicates a custom desktop picker could not be detected for the electron app.

    GENERAL: "gum.general"

    Generic getUserMedia error.

    NOT_FOUND: "gum.not_found"

    An error which indicates that requested device was not found.

    PERMISSION_DENIED: "gum.permission_denied"

    An error which indicates that user denied permission to share requested device.

    SCREENSHARING_GENERIC_ERROR: "gum.screensharing_generic_error"

    Generic error for screensharing failure.

    SCREENSHARING_NOT_SUPPORTED_ERROR: "gdm.screen_sharing_not_supported"

    Error in getDisplayMedia when not supported. Can happen in Electron if no permission handler was set.

    SCREENSHARING_USER_CANCELED: "gum.screensharing_user_canceled"

    An error which indicates that user canceled screen sharing window selection dialog.

    TIMEOUT: "gum.timeout"

    Indicates that the timeout passed to the obtainAudioAndVideoPermissions has expired without GUM resolving.

    TRACK_IS_DISPOSED: "track.track_is_disposed"

    An error which indicates that track has been already disposed and cannot be longer used.

    TRACK_NO_STREAM_FOUND: "track.no_stream_found"

    An error which indicates that track has no MediaStream associated.

    TRACK_NO_STREAM_TRACKS_FOUND: "track.no_stream_tracks_found"

    An error which indicates that no tracks were found in the media stream

    TRACK_TOO_MANY_TRACKS_IN_STREAM: "track.too_many_tracks_in_stream"

    An error which indicates that there are too many tracks in the provided media stream

    UNSUPPORTED_RESOLUTION: "gum.unsupported_resolution"

    An error which indicates that requested video resolution is not supported by a webcam.

    MMNEPVFCICPMFPCPTTAAATR