Skip to content

Commit

Permalink
Minor docs edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswartz committed Nov 24, 2021
1 parent 14b3926 commit c4a711e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/opentok/broadcast.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def layout(opts = {})
# {https://tokbox.com/developer/rest/#selecting-broadcast-streams}.
#
# @option opts [String] :add_stream
# The ID for the stream to be added to the broadcast.
# The ID of the stream to be added to the broadcast.
#
# @option opts [true, false] :has_audio
# (Boolean, optional) — Whether the broadcast should include the stream's
Expand All @@ -127,7 +127,7 @@ def add_stream(opts = {})
# {https://tokbox.com/developer/rest/#selecting-broadcast-streams}.
#
# @option opts [String] :remove_stream
# The ID for the stream to be removed from the broadcast
# The ID of the stream to be removed from the broadcast
def remove_stream(opts = {})
@interface.remove_stream(@json['id'], @json['streamMode'], opts)
end
Expand Down

0 comments on commit c4a711e

Please sign in to comment.