LiveStreams
class LiveStreams extends Resource (View source)
The "liveStreams" collection of methods.
Typical usage is:
$youtubeService = new Google\Service\YouTube(...);
$liveStreams = $youtubeService->liveStreams;
Methods
Deletes an existing stream for the authenticated user. (liveStreams.delete)
Inserts a new stream for the authenticated user. (liveStreams.insert)
Retrieve the list of streams associated with the given channel. -- (liveStreams.listLiveStreams)
Updates an existing stream for the authenticated user. (liveStreams.update)
Details
delete(string $id, array $optParams = [])
Deletes an existing stream for the authenticated user. (liveStreams.delete)
LiveStream
insert(string|array $part, LiveStream $postBody, array $optParams = [])
Inserts a new stream for the authenticated user. (liveStreams.insert)
LiveStreamListResponse
listLiveStreams(string|array $part, array $optParams = [])
Retrieve the list of streams associated with the given channel. -- (liveStreams.listLiveStreams)
LiveStream
update(string|array $part, LiveStream $postBody, array $optParams = [])
Updates an existing stream for the authenticated user. (liveStreams.update)