Skip to content

Commit

Permalink
Missing docs for addBroadcastStream() callback param (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswartz authored Jun 3, 2024
1 parent 3807993 commit 47a1648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/opentok.js
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,10 @@ OpenTok = function (apiKey, apiSecret, env) {
*
* </ul>
*
* @param {Function} callback A callback method that takes two parameters:
* <code>error</code>, which is set to an Error object on error, and
* <code>broadcast</code>, which is set to a {@link Broadcast} object on success.
*
* @method #addBroadcastStream
* @memberof OpenTok
*/
Expand Down

0 comments on commit 47a1648

Please sign in to comment.