question

ahmed-faizan1167 avatar image
ahmed-faizan1167 asked vb answered

Sandbox Account get Call Recordings - php sdk

I have sandbox account working. I want to get call recordings.
$platform->get('/account/~/extension/~/call-log', array(                               'type'          => 'Voice',                               'withRecording' => 'True',                               'dateFrom'      => '2016-01-01',                               'dateTo'        => '2016-02-16'))                             ->json()->records;

this line of code returning empty array. I am testing with https://github.com/ringcentral/ringcentral-php
topic-default
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
vb avatar image
vb answered
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.