@twilio/voice-sdk
Version:
Twilio's JavaScript Voice SDK
17 lines (15 loc) • 476 B
text/typescript
/**
* This file is generated on build. To make changes, see /templates/constants.ts
*/
const PACKAGE_NAME = '@twilio/voice-sdk';
const RELEASE_VERSION = '2.15.0';
const SOUNDS_BASE_URL = 'https://sdk.twilio.com/js/client/sounds/releases/1.0.0';
const COWBELL_AUDIO_URL = `${SOUNDS_BASE_URL}/cowbell.mp3?cache=${RELEASE_VERSION}`;
const ECHO_TEST_DURATION = 20000;
export {
COWBELL_AUDIO_URL,
ECHO_TEST_DURATION,
PACKAGE_NAME,
RELEASE_VERSION,
SOUNDS_BASE_URL,
};