UNPKG

@anam-ai/js-sdk

Version:

Client side JavaScript SDK for Anam AI

10 lines 691 B
export declare const DEFAULT_HEADERS: { 'Content-Type': string; }; export declare const DEFAULT_API_BASE_URL = "https://api.anam.ai"; export declare const DEFAULT_API_VERSION = "/v1"; export declare const CONNECTION_CLOSED_CODE_NORMAL = "CONNECTION_CLOSED_CODE_NORMAL"; export declare const CONNECTION_CLOSED_CODE_MICROPHONE_PERMISSION_DENIED = "CONNECTION_CLOSED_CODE_MICROPHONE_PERMISSION_DENIED"; export declare const CONNECTION_CLOSED_CODE_SIGNALLING_CLIENT_CONNECTION_FAILURE = "CONNECTION_CLOSED_CODE_SIGNALLING_CLIENT_CONNECTION_FAILURE"; export declare const CONNECTION_CLOSED_CODE_WEBRTC_FAILURE = "CONNECTION_CLOSED_CODE_WEBRTC_FAILURE"; //# sourceMappingURL=constants.d.ts.map