Skip to content

Commit

Permalink
Merge pull request #39 from gustavochavarria/main
Browse files Browse the repository at this point in the history
Update Read me
  • Loading branch information
ajrice6713 authored Oct 8, 2021
2 parents 7697937 + aaf41ed commit 3633252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $accountId = "12345";
```
$voiceClient = $client->getVoice()->getClient();
$body = new BandwidthLib\Voice\Models\ApiCreateCallRequest();
$body = new BandwidthLib\Voice\Models\CreateCallRequest();
$body->from = "+15554443333";
$body->to = "+15554442222";
$body->answerUrl = "https://test.com";
Expand Down

0 comments on commit 3633252

Please sign in to comment.