vonage-php-sdk-core icon indicating copy to clipboard operation
vonage-php-sdk-core copied to clipboard

[Feature Request] Filter by multiple status values

Open rafallyczkowski opened this issue 5 years ago • 1 comments

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])

rafallyczkowski avatar Oct 10 '20 20:10 rafallyczkowski