Queue Members
Queue members are the callers who are currently waiting in a call queue.
Properties
A sample Queue Member returned from the API
{
"call_sid": "b3877c40-da60-4998-90ad-b792e98472ca",
"date_enqueued": "Wed, 26 Sept 2018 22:00:00 +0000",
"position": 1,
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Queues/b3877c40-da60-4998-90ad-b792e98472qu/Members/b3877c40-da60-4998-90ad-b792e98472ac.json",
"wait_time": 100,
"account_sid": "b3877c40-da60-4998-90ad-b792e98472ac",
"queue_sid": "b3877c40-da60-4998-90ad-b792e98472qu"
}
Attribute | |
---|---|
call_sid string | The unique identifier for the call that is enqueued. |
date_enqueued datetime | The date, in RFC 2822 format, the queue member was enqueued. |
position integer | The member's current place in the queue. |
wait_time integer | The time, in seconds, a member is waiting in a queue. |