Skip to content

Commit efa7c2e

Browse files
committed
Change wording in docstring for force mute
1 parent 76908b9 commit efa7c2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

opentok/opentok.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,8 +1007,9 @@ def dial(self, session_id, token, sip_uri, options=[]):
10071007
encrypted (true) or not (false, the default)
10081008
10091009
Boolean 'observeForceMute': A Boolean flag that determines whether the SIP endpoint should
1010-
honor the force mute action. Defaults to False if moderator does not want to observe force
1011-
mute a stream and set to True if the moderator wants to observe force mute a stream.
1010+
honor the force mute action. The force mute action allows a moderator to force clients to
1011+
mute audio in streams they publish. It defaults to False if moderator does not want to observe
1012+
force mute a stream and set to True if the moderator wants to observe force mute a stream.
10121013
10131014
Boolean 'video': A Boolean flag that indicates whether the SIP call will include video(true)
10141015
or not(false, which is the default). With video included, the SIP client's video is included

0 commit comments

Comments
 (0)