Skip to content

Commit 2814b8c

Browse files
Fix description of Live Streaming API script
1 parent 733fbd2 commit 2814b8c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

php/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,12 @@ Description: The following code sample calls the API's <code>videos.insert</code
191191
channel. The code also utilizes <code>Google_MediaFileUpload</code> class with the <code>resumable upload</code>
192192
parameter 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

196196
Method: 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

0 commit comments

Comments
 (0)