@@ -173,7 +173,7 @@ public function createRequest(array $params)
173
173
* @param string $streamName
174
174
* @return string
175
175
*/
176
- public function ForbidLiveStream ($ streamName )
176
+ public function forbidLiveStream ($ streamName )
177
177
{
178
178
return $ this ->createRequest ([
179
179
'Action ' => 'ForbidLiveStream ' ,
@@ -190,10 +190,10 @@ public function ForbidLiveStream($streamName)
190
190
* @param string $streamName
191
191
* @return string
192
192
*/
193
- public function StartLiveStream ($ streamName )
193
+ public function startLiveStream ($ streamName )
194
194
{
195
195
return $ this ->createRequest ([
196
- 'Action ' => 'StartLiveStream ' ,
196
+ 'Action ' => 'ResumeLiveStream ' ,
197
197
'DomainName ' => $ this ->domain ,
198
198
'AppName ' => $ this ->appName ,
199
199
'StreamName ' => $ streamName ,
@@ -208,7 +208,7 @@ public function StartLiveStream($streamName)
208
208
* @param null|int $endTime
209
209
* @return string
210
210
*/
211
- public function DescribeLiveStreamOnlineUserNum ($ streamName = null , $ startTime = null , $ endTime = null )
211
+ public function describeLiveStreamOnlineUserNum ($ streamName = null , $ startTime = null , $ endTime = null )
212
212
{
213
213
$ params = [
214
214
'Action ' => 'DescribeLiveStreamOnlineUserNum ' ,
@@ -229,7 +229,7 @@ public function DescribeLiveStreamOnlineUserNum($streamName = null, $startTime =
229
229
* 查询在线的直播推流列表
230
230
* @return string
231
231
*/
232
- public function DescribeLiveStreamsOnlineList ()
232
+ public function describeLiveStreamsOnlineList ()
233
233
{
234
234
return $ this ->createRequest ([
235
235
'Action ' => 'DescribeLiveStreamsOnlineList ' ,
0 commit comments