Skip to content

Commit

Permalink
Fix description of Live Streaming API script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDiamondstein committed Nov 29, 2016
1 parent 733fbd2 commit 2814b8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,12 @@ Description: The following code sample calls the API's <code>videos.insert</code
channel. The code also utilizes <code>Google_MediaFileUpload</code> class with the <code>resumable upload</code>
parameter set to <code>true</code> to be able to to upload the video in chunks.

### [Create a broadcast](/youtube/api-samples/blob/master/php/create_broadcast.php)
### [Create a broadcast and stream](/youtube/api-samples/blob/master/php/create_broadcast.php)

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

### [Retrieve a channel's broadcasts](/youtube/api-samples/blob/master/php/list_broadcasts.php)

Expand Down

0 comments on commit 2814b8c

Please sign in to comment.