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
Add SIP Outbound video Flag and PlayDTMF function with API endpoints (#194)
* Adding the ObserveForceMute flag
* Removed 3.5 from the build and fixed extra space in opentok.py
* Add SIP Outbound video flag and Play DTMF API
* Change wording in docstring for force mute
raiseDTMFError("One of the properties digits, sessionId or connectionId is invalid.")
1493
+
elifresponse.status_code==403:
1494
+
raiseAuthError("Failed to create session, invalid credentials. Please check your OpenTok API Key or JSON web token")
1495
+
elifresponse.status_code==404:
1496
+
raiseNotFoundError("The session does not exists or the client specified by the connection_id is not connected to the session")
1497
+
exceptExceptionase:
1498
+
raiseOpenTokException(
1499
+
(f"There was an error thrown by the OpenTok SDK, please check that your session_id: {session_id}, connection_id (if exists): {connection_id} and digits: {digits} are valid"))
0 commit comments