tencentcloud-sdk-python-trtc 3.0.1173__py2.py3-none-any.whl → 3.0.1216__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tencentcloud-sdk-python-trtc might be problematic. Click here for more details.

tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1173'
17
+ __version__ = '3.0.1216'
@@ -38,8 +38,8 @@ FAILEDOPERATION_MIXSESSIONNOTEXIST = 'FailedOperation.MixSessionNotExist'
38
38
  # 需要解锁所需能力位
39
39
  FAILEDOPERATION_NOTABILITY = 'FailedOperation.NotAbility'
40
40
 
41
- # 未开通RTMP
42
- FAILEDOPERATION_NOTRTMPFUNCTION = 'FailedOperation.NotRtmpFunction'
41
+ # 不允许此操作,请提交工单联系我们
42
+ FAILEDOPERATION_NOTALLOWED = 'FailedOperation.NotAllowed'
43
43
 
44
44
  # 查询任务失败
45
45
  FAILEDOPERATION_QUERYTASKINFOFAILED = 'FailedOperation.QueryTaskInfoFailed'
@@ -62,9 +62,6 @@ FAILEDOPERATION_SDKAPPIDNOTEXIST = 'FailedOperation.SdkAppIdNotExist'
62
62
  # AppId下没有此SdkAppId的资源
63
63
  FAILEDOPERATION_SDKAPPIDNOTUNDERAPPID = 'FailedOperation.SdkAppIdNotUnderAppId'
64
64
 
65
- # SdkAppId未开通页面录制能力,请检查。
66
- FAILEDOPERATION_SDKAPPIDNOTWEBRECORDABILITY = 'FailedOperation.SdkAppIdNotWebRecordAbility'
67
-
68
65
  # 任务已存在
69
66
  FAILEDOPERATION_TASKEXIST = 'FailedOperation.TaskExist'
70
67
 
@@ -209,6 +206,9 @@ INVALIDPARAMETER_STRROOMID = 'InvalidParameter.StrRoomId'
209
206
  # StreamId参数错误。
210
207
  INVALIDPARAMETER_STREAMID = 'InvalidParameter.StreamId'
211
208
 
209
+ # StreamUrl参数校验失败
210
+ INVALIDPARAMETER_STREAMURL = 'InvalidParameter.StreamUrl'
211
+
212
212
  # TaskId 参数错误。
213
213
  INVALIDPARAMETER_TASKID = 'InvalidParameter.TaskId'
214
214