You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# enter your Vonage Application Id after the '=' sign below
API_APPLICATION_ID=your_api_key
# enter your Vonage Private Key as a string or path to the file after the '=' sign below
PRIVATE_KEY=your_private_key
# OR enter your Vonage Private Key as a base64-encoded value ( Linux: cat private.key | base64 -w 0 Mac: cat private.key | base64 -b 0 ) after the '=' sign below
PRIVATE_KEY64=your_private_key64
# If using the SIP integration, enter in your Vonage API Key
VCR_API_ACCOUNT_ID=
# If using the SIP integration, enter in your Vonage API Secret
VCR_API_ACCOUNT_SECRET=
# If using the SIP integration, enter a phone number linked to the Application ID above