We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc2a1b commit 7cb12d4Copy full SHA for 7cb12d4
voice/text-to-speech-outbound.php
@@ -6,7 +6,7 @@
6
// 1. Make a Phone Call
7
// 2. Play Text-to-Speech
8
9
-$keypair = new \Nexmo\Client\Credentials\Keypair(file_get_contents(NEXMO_APPLICATION_PRIVATE_KEY), NEXMO_APPLICATION_ID);
+$keypair = new \Nexmo\Client\Credentials\Keypair(file_get_contents(NEXMO_APPLICATION_PRIVATE_KEY_PATH), NEXMO_APPLICATION_ID);
10
$client = new \Nexmo\Client($keypair);
11
12
$call = $client->calls()->create([
0 commit comments