Skip to content

Commit

Permalink
Update lib/opentok/sip.rb to add link to docs
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Swartz <jeff.swartz@vonage.com>
  • Loading branch information
superchilled and jeffswartz authored Oct 31, 2021
1 parent 9ba5488 commit fe2c596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/opentok/sip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ class Sip
# OpenTok session. The SIP client will receive a single composed video of
# the published streams in the OpenTok session.
# @option opts [true, false] :observe_force_mute Whether the SIP end point
# observes force mute moderation (true) or not (false, the default).
# observes {https://tokbox.com/developer/guides/moderation/#force_mute force mute moderation}
# (true) or not (false, the default).
def dial(session_id, token, sip_uri, opts)
response = @client.dial(session_id, token, sip_uri, opts)
end
Expand Down

0 comments on commit fe2c596

Please sign in to comment.