From aaf41ed7d12cf27dc57a07b9f3591094158bddd0 Mon Sep 17 00:00:00 2001 From: Gustavo Chavarria <37227357+gustavochavarria@users.noreply.github.com> Date: Mon, 4 Oct 2021 17:33:03 -0600 Subject: [PATCH] Update Read me ApiCreateCallRequest don't exist in new version. https://dev.bandwidth.com/voice/methods/calls/postCalls.html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f823a89..373ab95 100644 --- a/README.md +++ b/README.md @@ -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";