Skip to content

Commit 960a579

Browse files
committed
Updating changelog and bumping version number
1 parent 7573f63 commit 960a579

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.6.0
2+
3+
* Adds functionality for working with the Audio Connector feature [#247](https://github.com/opentok/OpenTok-Ruby-SDK/pull/247)
4+
15
# 4.5.1
26

37
* Fixes issue with uninitialized constant by adding missing `require` statement [#256](https://github.com/opentok/OpenTok-Ruby-SDK/pull/256)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ For more information on archiving, see the
326326

327327
### Signaling
328328

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

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

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

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

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

502502
### Working with Audio Connector
503503

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

507507
## Samples

lib/opentok/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module OpenTok
22
# @private
3-
VERSION = '4.5.1'
3+
VERSION = '4.6.0'
44
end

0 commit comments

Comments
 (0)