bigbluebutton-api-php icon indicating copy to clipboard operation
bigbluebutton-api-php copied to clipboard

getRecordings API startTime, endTime timestamps

Open szekster opened this issue 4 years ago • 0 comments

The numbers returned for the start and end time stamps are way too large to be epoch timestamps. How should they be interpretted? eg. 1614370687277 when the actual os timestamp looks more like 1618421001.

object(BigBlueButton\Responses\GetRecordingsResponse)#8 (2) {

  | ["records":"BigBlueButton\Responses\GetRecordingsResponse":private]=>   | NULL   | ["rawXml":protected]=>   | object(SimpleXMLElement)#7 (2) {   | ["returncode"]=>   | string(7) "SUCCESS"   | ["recordings"]=>   | object(SimpleXMLElement)#9 (1) {   | ["recording"]=>   | array(3) {   | [0]=>   | object(SimpleXMLElement)#10 (15) {   | ["recordID"]=>   | string(54) "183f0bf3a0982a127bdb8161e0c44eb696b3e75c-1614370687277"   | ["meetingID"]=>   | string(12) "Demo Meeting"   | ["internalMeetingID"]=>   | string(54) "183f0bf3a0982a127bdb8161e0c44eb696b3e75c-1614370687277"   | ["name"]=>   | string(12) "Demo Meeting"   | ["isBreakout"]=>   | string(5) "false"   | ["published"]=>   | string(4) "true"   | ["state"]=>   | string(9) "published"   | ["startTime"]=>   | string(13) "1614370687277"   | ["endTime"]=>   | string(13) "1614371425381"   | ["participants"]=>   | string(1) "2"   | ["rawSize"]=>   | string(8) "35836095"   | ["metadata"]=>

szekster avatar Apr 14 '21 17:04 szekster