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.
2 parents 7697937 + aaf41ed commit 3633252Copy full SHA for 3633252
README.md
@@ -43,7 +43,7 @@ $accountId = "12345";
43
```
44
$voiceClient = $client->getVoice()->getClient();
45
46
-$body = new BandwidthLib\Voice\Models\ApiCreateCallRequest();
+$body = new BandwidthLib\Voice\Models\CreateCallRequest();
47
$body->from = "+15554443333";
48
$body->to = "+15554442222";
49
$body->answerUrl = "https://test.com";
0 commit comments