File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,10 +191,12 @@ Description: The following code sample calls the API's <code>videos.insert</code
191191channel. The code also utilizes <code >Google_MediaFileUpload</code > class with the <code >resumable upload</code >
192192parameter set to <code >true</code > to be able to to upload the video in chunks.
193193
194- ### [ Create a broadcast] ( /youtube/api-samples/blob/master/php/create_broadcast.php )
194+ ### [ Create a broadcast and stream ] ( /youtube/api-samples/blob/master/php/create_broadcast.php )
195195
196196Method: youtube.liveBroadcasts.bind,youtube.liveBroadcasts.insert,youtube.liveStreams.insert<br >
197- Description: This sample calls the API's <code >liveBroadcasts.insert</code > method to create a broadcast.
197+ Description: This sample calls the API's <code >liveBroadcasts.insert</code > and <code >liveStreams.insert</code >
198+ method to create a broadcast and a stream. Then, it calls the <code >liveBroadcasts.bind</code > method to bind
199+ the stream to the broadcast.
198200
199201### [ Retrieve a channel's broadcasts] ( /youtube/api-samples/blob/master/php/list_broadcasts.php )
200202
You can’t perform that action at this time.
0 commit comments