vonage-php-sdk-core
vonage-php-sdk-core copied to clipboard
[Feature Request] Filter by multiple status values
I think we are missing filtering calls by array of status values.
Proposed invocation:
$client->voice()->search((new VoiceFilter())->setStatus([VoiceFilter::STATUS_ANSWERED, VoiceFilter::STATUS_BUSY])