Skip to content

Commit b73ec69

Browse files
committed
rephrasing doc sentence
1 parent c16d715 commit b73ec69

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ For more information, see the
562562
websocket_options = {"uri": "wss://service.com/ws-endpoint"}
563563
websocket_audio_connection = opentok.stream_audio_to_websocket(session_id, opentok_token, websocket_options)
564564
565-
Additionally, you can specify only the streams you want to send to the websocket, and/or the additional headers that are sent,
565+
Additionally, you can list only the specific streams you want to send to the websocket, and/or the additional headers that are sent,
566566
by adding these fields to the ``websocket_options`` object.
567567

568568
.. code:: python

opentok/websocket_audio_connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ def attrs(self):
1717
Returns a dictionary of the websocket audio connection's attributes.
1818
"""
1919
return dict((k, v) for k, v in iteritems(self.__dict__))
20-

0 commit comments

Comments
 (0)