@@ -173,7 +173,7 @@ public function createRequest(array $params)
173173 * @param string $streamName
174174 * @return string
175175 */
176- public function ForbidLiveStream ($ streamName )
176+ public function forbidLiveStream ($ streamName )
177177 {
178178 return $ this ->createRequest ([
179179 'Action ' => 'ForbidLiveStream ' ,
@@ -190,10 +190,10 @@ public function ForbidLiveStream($streamName)
190190 * @param string $streamName
191191 * @return string
192192 */
193- public function StartLiveStream ($ streamName )
193+ public function startLiveStream ($ streamName )
194194 {
195195 return $ this ->createRequest ([
196- 'Action ' => 'StartLiveStream ' ,
196+ 'Action ' => 'ResumeLiveStream ' ,
197197 'DomainName ' => $ this ->domain ,
198198 'AppName ' => $ this ->appName ,
199199 'StreamName ' => $ streamName ,
@@ -208,7 +208,7 @@ public function StartLiveStream($streamName)
208208 * @param null|int $endTime
209209 * @return string
210210 */
211- public function DescribeLiveStreamOnlineUserNum ($ streamName = null , $ startTime = null , $ endTime = null )
211+ public function describeLiveStreamOnlineUserNum ($ streamName = null , $ startTime = null , $ endTime = null )
212212 {
213213 $ params = [
214214 'Action ' => 'DescribeLiveStreamOnlineUserNum ' ,
@@ -229,7 +229,7 @@ public function DescribeLiveStreamOnlineUserNum($streamName = null, $startTime =
229229 * 查询在线的直播推流列表
230230 * @return string
231231 */
232- public function DescribeLiveStreamsOnlineList ()
232+ public function describeLiveStreamsOnlineList ()
233233 {
234234 return $ this ->createRequest ([
235235 'Action ' => 'DescribeLiveStreamsOnlineList ' ,
0 commit comments