File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,10 +212,12 @@ Method: youtube.watermarks.set<br>
212212Description: This sample calls the API's <code >watermarks.set</code > method to upload an image and set it as the
213213watermark image for a channel. The request must be authorized by the channel that owns the video.
214214
215- ### [ Create a broadcast] ( /youtube/api-samples/blob/master/python/create_broadcast.py )
215+ ### [ Create a broadcast and stream ] ( /youtube/api-samples/blob/master/python/create_broadcast.py )
216216
217217Method: youtube.liveBroadcasts.bind,youtube.liveBroadcasts.insert,youtube.liveStreams.insert<br >
218- Description: This sample calls the API's <code >liveBroadcasts.insert</code > method to create a broadcast.
218+ Description: This sample calls the API's <code >liveBroadcasts.insert</code > and <code >liveStreams.insert</code >
219+ method to create a broadcast and a stream. Then, it calls the <code >liveBroadcasts.bind</code > method to bind
220+ the stream to the broadcast.
219221
220222### [ Retrieve a channel's broadcasts] ( /youtube/api-samples/blob/master/python/list_broadcasts.py )
221223
You can’t perform that action at this time.
0 commit comments