You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,10 +217,12 @@ Description: This sample demonstrates how to retrieve reports created by a speci
217
217
<code>jobId</code> parameter set to a specific job id to retrieve reports created by that job. Finally, the sample
218
218
prints out the download URL for each report.
219
219
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)
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.
224
226
225
227
### [Retrieve a channel's broadcasts](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/live/ListBroadcasts.java)
0 commit comments