plugin-php icon indicating copy to clipboard operation
plugin-php copied to clipboard

Error: Bad terminal sequence "

Open tiehongji opened this issue 1 year ago • 0 comments

'xxx', ]); try { $response = $liveClient->startLiveStream([ 'StreamName' => 'my_stream_name', 'DomainName' => 'my_domain_name.com', 'AppName' => 'my_app_name', 'Description' => 'My live stream description' ]); $streamInfo = $response->getData(); echo "Stream started successfully. Stream URL: " . $streamInfo['PlayUrl']; } catch (\xxx\xxx\Exception\VolcException $e) { echo "Error: " . $e->getMessage(); } throw error; ^ Error: Bad terminal sequence " " at line 4 (offset 28) System error occurred in network function

tiehongji avatar Jun 25 '24 03:06 tiehongji