@twilio/voice-sdk
Version:
Twilio's JavaScript Voice SDK
10 lines (9 loc) • 529 B
TypeScript
/**
* This file is generated on build. To make changes, see /templates/constants.ts
*/
declare const PACKAGE_NAME = "@twilio/voice-sdk";
declare const RELEASE_VERSION = "2.17.0";
declare const SOUNDS_BASE_URL = "https://sdk.twilio.com/js/client/sounds/releases/1.0.0";
declare const COWBELL_AUDIO_URL = "https://sdk.twilio.com/js/client/sounds/releases/1.0.0/cowbell.mp3?cache=2.17.0";
declare const ECHO_TEST_DURATION = 20000;
export { COWBELL_AUDIO_URL, ECHO_TEST_DURATION, PACKAGE_NAME, RELEASE_VERSION, SOUNDS_BASE_URL, };