Skip to content

Commit 3633252

Browse files
authored
Merge pull request #39 from gustavochavarria/main
Update Read me
2 parents 7697937 + aaf41ed commit 3633252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $accountId = "12345";
4343
```
4444
$voiceClient = $client->getVoice()->getClient();
4545
46-
$body = new BandwidthLib\Voice\Models\ApiCreateCallRequest();
46+
$body = new BandwidthLib\Voice\Models\CreateCallRequest();
4747
$body->from = "+15554443333";
4848
$body->to = "+15554442222";
4949
$body->answerUrl = "https://test.com";

0 commit comments

Comments
 (0)