Skip to content

Commit 81957a7

Browse files
committed
update
1 parent 5571053 commit 81957a7

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

src/Client.php

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,6 @@ public function describeLiveStreamsOnlineList()
239239
]);
240240
}
241241

242-
243-
244242
/**
245243
* 直播签名
246244
* @param string $streamName
@@ -388,7 +386,24 @@ public function setExpirationTime($expirationTime)
388386
* 获取签名过期时间
389387
* @return int
390388
*/
391-
public function getExpirationTime(){
389+
public function getExpirationTime()
390+
{
392391
return $this->expirationTime;
393392
}
393+
394+
/**
395+
* @return string
396+
*/
397+
public function getPlayScheme()
398+
{
399+
return $this->playScheme;
400+
}
401+
402+
/**
403+
* @return string
404+
*/
405+
public function getHttpPlayUrl()
406+
{
407+
return $this->httpPlayUrl;
408+
}
394409
}

0 commit comments

Comments
 (0)