We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5571053 commit 81957a7Copy full SHA for 81957a7
src/Client.php
@@ -239,8 +239,6 @@ public function describeLiveStreamsOnlineList()
239
]);
240
}
241
242
-
243
244
/**
245
* 直播签名
246
* @param string $streamName
@@ -388,7 +386,24 @@ public function setExpirationTime($expirationTime)
388
386
* 获取签名过期时间
389
387
* @return int
390
*/
391
- public function getExpirationTime(){
+ public function getExpirationTime()
+ {
392
return $this->expirationTime;
393
+
394
+ /**
395
+ * @return string
396
+ */
397
+ public function getPlayScheme()
398
399
+ return $this->playScheme;
400
+ }
401
402
403
404
405
+ public function getHttpPlayUrl()
406
407
+ return $this->httpPlayUrl;
408
409
0 commit comments