标签: youtube-livestreaming-api
我一直在使用实时流,但是突然出现一个错误,提示Cannot use object of type GuzzleHttp\Psr7\Request as array。这是在代码$streamsResponse = $youtube->liveStreams->insert('snippet,cdn', $streamInsert, array());之后出现的。请帮忙!
Cannot use object of type GuzzleHttp\Psr7\Request as array
$streamsResponse = $youtube->liveStreams->insert('snippet,cdn', $streamInsert, array());