Skip to content

Commit 7cb12d4

Browse files
authored
Update text-to-speech-outbound.php
1 parent 9fc2a1b commit 7cb12d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voice/text-to-speech-outbound.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// 1. Make a Phone Call
77
// 2. Play Text-to-Speech
88

9-
$keypair = new \Nexmo\Client\Credentials\Keypair(file_get_contents(NEXMO_APPLICATION_PRIVATE_KEY), NEXMO_APPLICATION_ID);
9+
$keypair = new \Nexmo\Client\Credentials\Keypair(file_get_contents(NEXMO_APPLICATION_PRIVATE_KEY_PATH), NEXMO_APPLICATION_ID);
1010
$client = new \Nexmo\Client($keypair);
1111

1212
$call = $client->calls()->create([

0 commit comments

Comments
 (0)