You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed mute function and added disable force mute functionality
- Changed mute_all function to reflect the active flag to always be True
- Added disable_force_mute function to disable the mute state with the active flag always set to False
raiseGetStreamError("Invalid request. This response may indicate that data in your request data is invalid JSON. Or it may indicate that you do not pass in a session ID or you passed in an invalid stream ID.")
1708
+
elifresponse.status_code==403:
1709
+
raiseAuthError("Failed to mute, invalid credentials.")
1710
+
elifresponse.status_code==404:
1711
+
raiseNotFoundError("The session or a stream is not found.")
1712
+
exceptExceptionase:
1713
+
raiseOpenTokException(
1714
+
("There was an error thrown by the OpenTok SDK, please check that your session_id {0} is valid").format(
0 commit comments