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
"description": "Vonage Application Id: Login to the Vonage Dashboard (https://dashboard.nexmo.com/applications) to get this value.",
"required": true
},
"VONAGE_PRIVATE_KEY64": {
"description": "Your Vonage Private Key as a base64-encoded value ( Linux: cat private.key | base64 -w 0 \n Mac: cat private.key | base64 -b 0 ): Login to the Vonage Dashboard (https://dashboard.nexmo.com/applications) to get this value",
"required": true
},
"API_KEY": {
"description": "Your Vonage API Key. Required to use SIP Connectivity.",
"required": false
},
"API_SECRET": {
"description": "Your Vonage API Secret. Required to use SIP Connectivity.",
"required": false
},
"CONFERENCE_NUMBER": {
"description": "The phone number linked to your Vonage Application. Required for SIP Connectivity.",