File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
5
# 4.5.1
2
6
3
7
* Fixes issue with uninitialized constant by adding missing ` require ` statement [ #256 ] ( https://github.com/opentok/OpenTok-Ruby-SDK/pull/256 )
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ For more information on archiving, see the
326
326
327
327
### Signaling
328
328
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.
330
330
If ` connection_id ` is nil or an empty string, then the signal is send to all valid connections in
331
331
the session.
332
332
@@ -461,7 +461,7 @@ You can cause a client to be forced to disconnect from a session by using the
461
461
462
462
### Forcing clients in a session to mute published audio
463
463
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
465
465
` opentok.streams.force_mute(session_id, stream_id) ` method.
466
466
467
467
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.
501
501
502
502
### Working with Audio Connector
503
503
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
505
505
by calling the ` opentok.websocket.connect() ` method.
506
506
507
507
## Samples
Original file line number Diff line number Diff line change 1
1
module OpenTok
2
2
# @private
3
- VERSION = '4.5.1 '
3
+ VERSION = '4.6.0 '
4
4
end
You can’t perform that action at this time.
0 commit comments