Skip to content

Commit 61ac866

Browse files
committed
adding append_to_user_agent docs
1 parent 3f1d6d7 commit 61ac866

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,15 @@ to all clients connected to session or to a specific connection:
669669
# To a specific connection
670670
opentok.play_dtmf(session_id, connection_id, digits)
671671
672+
Appending to the User Agent
673+
-------
674+
675+
You can append a string to the user agent that is sent with requests:
676+
677+
.. code:: python
678+
679+
opentok.append_to_user_agent('my-appended-string')
680+
672681
Samples
673682
-------
674683

0 commit comments

Comments
 (0)