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
Mon, May 5, 12:20 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
67709
Default Alt Text
Participants.php (293 B)

Event Timeline