UNPKG

@veltdev/sdk

Version:

Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.

49 lines (48 loc) 1.3 kB
export declare const environment: { production: boolean; staging: boolean; firebaseLogLevel: string; firebaseConfig: { apiKey: string; authDomain: string; projectId: string; storageBucket: string; messagingSenderId: string; appId: string; }; firebaseNotificationsDatabaseURL: string; segmentAnalyticsWriteKey: string; useEmulators: boolean; debugMode: boolean; cloudFunction: { sa: string; getIceServers: string; validateClient: string; convertRecording: string; chatgptCompletion: string; rewriterAskAi: string; whisperTranscription: string; getPlanDetails: string; getAllowedDocuments: string; getNotificationsForDocuments: string; videoBackend: string; processRecording: string; sdkProxy: string; screenshot: string; usCentral1: { setEncryptedData: string; }; asiaSouthEast1: { setEncryptedData: string; }; europeWest1: { setEncryptedData: string; }; asiaNorthEast1: { setEncryptedData: string; }; australiaSouthEast1: { setEncryptedData: string; }; }; };