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):
47
47
class SipDialError (OpenTokException ):
48
48
"""
49
49
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
51
51
that does not use the OpenTok Media Router.
52
52
"""
53
53
54
54
55
55
class SetStreamClassError (OpenTokException ):
56
56
"""
57
57
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.
59
59
"""
60
60
61
61
62
62
class BroadcastError (OpenTokException ):
63
63
"""
64
64
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
66
66
simultaneous RTMP streams for an OpenTok session. Or you specified and invalid resolution.
67
67
Or The broadcast has already started for the session
68
68
"""
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
3
2
from typing import List , Optional # imports List, Optional type hint
4
3
import calendar # generate_token
5
4
import base64 # generate_token
You can’t perform that action at this time.
0 commit comments