Skip to content

Commit

Permalink
Update Read me
Browse files Browse the repository at this point in the history
ApiCreateCallRequest don't exist in new version.

https://dev.bandwidth.com/voice/methods/calls/postCalls.html
  • Loading branch information
gustavochavarria authored Oct 4, 2021
1 parent 7697937 commit aaf41ed
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 aaf41ed

Please sign in to comment.