Skip to content

Commit

Permalink
Merge pull request #260 from opentok/prepare-release-4.6.0
Browse files Browse the repository at this point in the history
Preparing for release 4.6.0
  • Loading branch information
superchilled authored Mar 9, 2023
2 parents 7573f63 + 960a579 commit ed25690
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.6.0

* Adds functionality for working with the Audio Connector feature [#247](https://github.com/opentok/OpenTok-Ruby-SDK/pull/247)

# 4.5.1

* Fixes issue with uninitialized constant by adding missing `require` statement [#256](https://github.com/opentok/OpenTok-Ruby-SDK/pull/256)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ For more information on archiving, see the

### Signaling

You can send a signal using the `opentok.signals.send(session_id, connection_id, opts)` method.
You can send a signal using the `opentok.signals.send(session_id, connection_id, opts)` method.
If `connection_id` is nil or an empty string, then the signal is send to all valid connections in
the session.

Expand Down Expand Up @@ -461,7 +461,7 @@ You can cause a client to be forced to disconnect from a session by using the

### Forcing clients in a session to mute published audio

You can force the publisher of a specific stream to stop publishing audio using the
You can force the publisher of a specific stream to stop publishing audio using the
`opentok.streams.force_mute(session_id, stream_id)` method.

You can force the publisher of all streams in a session (except for an optional list of streams)
Expand Down Expand Up @@ -501,7 +501,7 @@ and `opentok.renders.list(options)` methods.

### Working with Audio Connector

You can start an [Audio Connector](https://tokbox.com/developer/guides/audio-connect) WebSocket
You can start an [Audio Connector](https://tokbox.com/developer/guides/audio-connector) WebSocket
by calling the `opentok.websocket.connect()` method.

## Samples
Expand Down
2 changes: 1 addition & 1 deletion lib/opentok/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OpenTok
# @private
VERSION = '4.5.1'
VERSION = '4.6.0'
end

0 comments on commit ed25690

Please sign in to comment.