UNPKG

easyproctor

Version:
19 lines (18 loc) 1.3 kB
export declare const SCRIPT_NOT_CALLED_INSIDE_BODY = "script_not_called_inside_body"; export declare const INCOMPATIBLE_NAVIGATOR = "incompatible_navigator"; export declare const REQUIRED_FIELD_NOT_PROVIDED = "required_field_not_provided"; export declare const NOT_SHARED_FIRST_SCREEN = "not_shared_first_screen"; export declare const NOT_SHARED_SCREEN = "not_shared_screen"; export declare const MULTIPLE_MONITORS_DETECTED = "multiple_monitors_detected"; export declare const PROCTORING_ALREADY_STARTED = "proctoring_already_started"; export declare const PROCTORING_NOT_STARTED = "proctoring_not_started"; export declare const PROCTORING_RUNNING = "proctoring_running"; export declare const NO_VIDEOS_RECORDED = "no_videos_recorded"; export declare const PERMISSIONS_NOT_GRANTED = "permissions_not_granted"; export declare const ANOTHER_STREAM_ACTIVE = "another_stream_active"; export declare const STREAM_UNDER_MINIMUM_PERMITTED = "stream_under_minimum_permitted"; export declare const BROWSER_NOT_SUPPORTED = "browser_not_supported"; export declare const TOKEN_MISSING = "token_missing"; export declare const CREDENTIALS_MISSING = "credentials_missing"; export declare const CAMERA_BLOCKED = "camera_blocked"; export declare const SPY_SCAN_API_NOT_FOUND = "spy_scan_api_not_found";