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
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.")
1403
-
elifresponse.status_code==403:
1404
-
raiseAuthError("Failed to create session, invalid credentials")
1405
-
elifresponse.status_code==404:
1406
-
raiseNotFoundError("Mute not found")
1407
-
exceptExceptionase:
1408
-
raiseOpenTokException(
1409
-
("There was an error thrown by the OpenTok SDK, please check that your session_id {0} and stream_id (if exists) {1} are valid").format(
0 commit comments