Skip to content

Commit b7dc035

Browse files
Fix Live Streaming API script description
1 parent 3afb2fd commit b7dc035

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

java/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,12 @@ Description: This sample demonstrates how to retrieve reports created by a speci
217217
<code>jobId</code> parameter set to a specific job id to retrieve reports created by that job. Finally, the sample
218218
prints out the download URL for each report.
219219

220-
### [Create a broadcast](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/live/CreateBroadcast.java)
220+
### [Create a broadcast and stream](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/live/CreateBroadcast.java)
221221

222222
Method: youtube.liveBroadcasts.bind,youtube.liveBroadcasts.insert,youtube.liveStreams.insert<br>
223-
Description: This sample calls the API's <code>liveBroadcasts.insert</code> method to create a broadcast.
223+
Description: This sample calls the API's <code>liveBroadcasts.insert</code> and <code>liveStreams.insert</code>
224+
method to create a broadcast and a stream. Then, it calls the <code>liveBroadcasts.bind</code> method to bind
225+
the stream to the broadcast.
224226

225227
### [Retrieve a channel's broadcasts](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/live/ListBroadcasts.java)
226228

0 commit comments

Comments
 (0)