File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -47,22 +47,22 @@ class ForceDisconnectError(OpenTokException):
4747class SipDialError (OpenTokException ):
4848 """
4949 Indicates that there was a SIP dial specific problem:
50- The Session ID ed in is invalid or you attempt to start a SIP call for a session
50+ The Session ID passed in is invalid or you attempt to start a SIP call for a session
5151 that does not use the OpenTok Media Router.
5252 """
5353
5454
5555class SetStreamClassError (OpenTokException ):
5656 """
5757 Indicates that there is invalid data in the JSON request.
58- It may also indicate that invalid layout options have been ed
58+ It may also indicate that invalid layout options have been passed.
5959 """
6060
6161
6262class BroadcastError (OpenTokException ):
6363 """
6464 Indicates that data in your request data is invalid JSON. It may also indicate
65- that you ed in invalid layout options. Or you have exceeded the limit of five
65+ that you passed in invalid layout options. Or you have exceeded the limit of five
6666 simultaneous RTMP streams for an OpenTok session. Or you specified and invalid resolution.
6767 Or The broadcast has already started for the session
6868 """
Original file line number Diff line number Diff line change 1- from datetime import datetime
2- from functools import partial # generate_token
1+ from datetime import datetime # generate_token
32from typing import List , Optional # imports List, Optional type hint
43import calendar # generate_token
54import base64 # generate_token
You can’t perform that action at this time.
0 commit comments