Javascript API Reference
    Preparing search index...

    Enumeration Errors

    Index

    Enumeration Members

    ACCOUNT_DEACTIVATED ACCOUNT_DISCONTINUED DUPLICATE_PARTICIPANT ERROR_ACTION_PERFORMED_BEFORE_MEETING_JOINED ERROR_CAMERA_ACCESS_DENIED_OR_DISMISSED ERROR_CAMERA_ACCESS_UNAVAILABLE ERROR_CAMERA_IN_USE ERROR_CAMERA_NOT_FOUND ERROR_CAMERA_PERMISSION_DENIED_BY_OS ERROR_CAMERA_PERMISSION_OR_AUTOPLAY_ISSUE ERROR_CUSTOM_AUDIO_TRACK_ENDED ERROR_CUSTOM_VIDEO_TRACK_ENDED ERROR_GET_AUDIO_MEDIA ERROR_GET_AUDIO_MEDIA_PERMISSION_DENIED ERROR_GET_DISPLAY_MEDIA ERROR_GET_DISPLAY_MEDIA_PERMISSION_DENIED ERROR_GET_VIDEO_MEDIA ERROR_GET_VIDEO_MEDIA_PERMISSION_DENIED ERROR_INVALID_CUSTOM_AUDIO_TRACK ERROR_INVALID_CUSTOM_VIDEO_TRACK ERROR_MEETING_MEDIA_CONNECTION_FAILED ERROR_MICROPHONE_ACCESS_DENIED_OR_DISMISSED ERROR_MICROPHONE_ACCESS_UNAVAILABLE ERROR_MICROPHONE_IN_USE ERROR_MICROPHONE_NOT_FOUND ERROR_MICROPHONE_PERMISSION_DENIED_BY_OS ERROR_MICROPHONE_TRACK_ENDED ERROR_RN_CAMERA_ACCESS_DENIED_OR_DISMISSED ERROR_RN_CAMERA_ACCESS_UNAVAILABLE ERROR_RN_CAMERA_NOT_FOUND ERROR_RN_CAMERA_TRACK_ENDED ERROR_RN_MIC_ACCESS_DENIED_OR_DISMISSED ERROR_RN_MIC_ACCESS_UNAVAILABLE ERROR_RN_MIC_NOT_FOUND ERROR_RN_MIC_TRACK_ENDED ERROR_VIDEO_SOURCE_INITIATION_FAILED ERROR_WEBCAM_TRACK_ENDED HLS_FAILED INVALID_API_KEY INVALID_LIVESTREAM_CONFIG INVALID_MEETING_ID INVALID_PARTICIPANT_ID INVALID_PERMISSIONS INVALID_TOKEN LIVESTREAM_FAILED MAX_PARTCIPANT_REACHED MAX_SPEAKER_REACHED RECORDING_FAILED START_HLS_FAILED START_LIVESTREAM_FAILED START_RECORDING_FAILED START_TRANSCRIPTION_FAILED STOP_HLS_FAILED STOP_LIVESTREAM_FAILED STOP_RECORDING_FAILED STOP_TRANSCRIPTION_FAILED TRANSCRIPTION_FAILED

    Enumeration Members

    ACCOUNT_DEACTIVATED: 4006

    Your account has been deactivated. Please contact VideoSDK support.

    ACCOUNT_DISCONTINUED: 4007

    Your account has been discontinued. Please contact support for more details.

    DUPLICATE_PARTICIPANT: 4005

    This participant has already joined from another device.

    ERROR_ACTION_PERFORMED_BEFORE_MEETING_JOINED: 3035

    An action was attempted before successfully joining the meeting.

    ERROR_CAMERA_ACCESS_DENIED_OR_DISMISSED: 3017

    Camera access was denied or dismissed. Please allow access in your browser settings.

    ERROR_CAMERA_ACCESS_UNAVAILABLE: 3033

    Camera access is currently unavailable.

    ERROR_CAMERA_IN_USE: 3023

    Camera is currently in use by another application.

    ERROR_CAMERA_NOT_FOUND: 3021

    Camera not found. Please ensure it is properly connected.

    ERROR_CAMERA_PERMISSION_DENIED_BY_OS: 3019

    Camera permission was denied by the operating system.

    ERROR_CAMERA_PERMISSION_OR_AUTOPLAY_ISSUE: 3025

    There may be an issue with camera permissions or autoplay. Refer to: http://tinyurl.com/autoplay-issue

    ERROR_CUSTOM_AUDIO_TRACK_ENDED: 3032

    The provided custom audio track has ended.

    ERROR_CUSTOM_VIDEO_TRACK_ENDED: 3031

    The provided custom video track has ended.

    ERROR_GET_AUDIO_MEDIA: 3012

    Audio capture is not supported on this browser or device.

    ERROR_GET_AUDIO_MEDIA_PERMISSION_DENIED: 3015

    Permission to access the microphone was denied.

    ERROR_GET_DISPLAY_MEDIA: 3013

    Screen sharing is not supported on this browser or device.

    ERROR_GET_DISPLAY_MEDIA_PERMISSION_DENIED: 3016

    Permission to share the screen was denied.

    ERROR_GET_VIDEO_MEDIA: 3011

    Video capture is not supported on this browser or device.

    ERROR_GET_VIDEO_MEDIA_PERMISSION_DENIED: 3014

    Permission to access the camera was denied.

    ERROR_INVALID_CUSTOM_AUDIO_TRACK: 3030

    The provided custom audio track is invalid. Reverting to the default audio track.

    ERROR_INVALID_CUSTOM_VIDEO_TRACK: 3029

    The provided custom video track is invalid. Reverting to the default video track.

    ERROR_MEETING_MEDIA_CONNECTION_FAILED: 3044

    Unable to establish a meeting or media connection. Please check your network connection, firewall or security settings, and try again or connect using a different network.

    ERROR_MICROPHONE_ACCESS_DENIED_OR_DISMISSED: 3018

    Microphone access was denied or dismissed. Please allow access in your browser settings.

    ERROR_MICROPHONE_ACCESS_UNAVAILABLE: 3034

    Microphone access is currently unavailable.

    ERROR_MICROPHONE_IN_USE: 3024

    Microphone is currently in use by another application.

    ERROR_MICROPHONE_NOT_FOUND: 3022

    Microphone not found. Please ensure it is properly connected.

    ERROR_MICROPHONE_PERMISSION_DENIED_BY_OS: 3020

    Microphone permission was denied by the operating system.

    ERROR_MICROPHONE_TRACK_ENDED: 3028

    The microphone track ended or the device was disconnected.

    ERROR_RN_CAMERA_ACCESS_DENIED_OR_DISMISSED: 3036

    Camera access was denied or dismissed via app permissions.

    ERROR_RN_CAMERA_ACCESS_UNAVAILABLE: 3040

    Camera access is unavailable on this device.

    ERROR_RN_CAMERA_NOT_FOUND: 3037

    Camera not found. Please ensure it is connected and enabled.

    ERROR_RN_CAMERA_TRACK_ENDED: 3042

    Camera track ended. Please restart or reconnect the camera.

    ERROR_RN_MIC_ACCESS_DENIED_OR_DISMISSED: 3038

    Microphone access was denied or dismissed via app permissions.

    ERROR_RN_MIC_ACCESS_UNAVAILABLE: 3041

    Microphone access is unavailable on this device.

    ERROR_RN_MIC_NOT_FOUND: 3039

    Microphone not found. Please ensure it is connected and enabled.

    ERROR_RN_MIC_TRACK_ENDED: 3043

    Microphone track ended. Please reconnect or restart the microphone.

    ERROR_VIDEO_SOURCE_INITIATION_FAILED: 3026

    Failed to initialize the video source. Please check browser permissions.

    ERROR_WEBCAM_TRACK_ENDED: 3027

    The webcam track ended or the device was disconnected.

    HLS_FAILED: 5003

    HLS streaming stopped due to an internal error.

    INVALID_API_KEY: 4001

    The provided API key is missing or invalid.

    INVALID_LIVESTREAM_CONFIG: 4015

    The provided livestream output configuration is invalid.

    INVALID_MEETING_ID: 4003

    The provided meeting ID is missing or invalid.

    INVALID_PARTICIPANT_ID: 4004

    The provided participant ID is missing or invalid.

    INVALID_PERMISSIONS: 4008

    The permissions included in the token are invalid.

    INVALID_TOKEN: 4002

    The provided token is empty, invalid, or has expired.

    LIVESTREAM_FAILED: 5002

    Livestream stopped due to an internal error.

    MAX_PARTCIPANT_REACHED: 4009

    The maximum participant limit for this meeting has been reached.

    MAX_SPEAKER_REACHED: 4010

    The maximum number of speakers for this meeting has been reached.

    RECORDING_FAILED: 5001

    Recording stopped due to an internal error.

    START_HLS_FAILED: 4016

    Failed to start the HLS stream.

    START_LIVESTREAM_FAILED: 4013

    Failed to start the livestream. Please try again.

    START_RECORDING_FAILED: 4011

    Failed to start recording. Please try again.

    START_TRANSCRIPTION_FAILED: 4031

    Failed to start transcription. Please try again.

    STOP_HLS_FAILED: 4017

    Failed to stop the HLS stream.

    STOP_LIVESTREAM_FAILED: 4014

    Failed to stop the livestream. Please try again.

    STOP_RECORDING_FAILED: 4012

    Failed to stop recording. Please try again.

    STOP_TRANSCRIPTION_FAILED: 4032

    Failed to stop transcription.

    TRANSCRIPTION_FAILED: 5007

    Transcription stopped due to an internal error.