Page MenuHomePhorge

Participants.php
No OneTemporary

Size
293 B
Referenced Files
None
Subscribers
None

Participants.php

<?php
class Services_Twilio_Rest_Participants
extends Services_Twilio_ListResource
{
/* Participants are identified by CallSid, not like PI123 */
public function getObjectFromJson($params, $idParam = "sid") {
return parent::getObjectFromJson($params, "call_sid");
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Jul 5, 5:31 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
313906
Default Alt Text
Participants.php (293 B)

Event Timeline