tencentcloud-sdk-python-trtc 3.0.1403__py2.py3-none-any.whl → 3.0.1408__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.1403'
17
+ __version__ = '3.0.1408'
@@ -491,7 +491,7 @@ class AgentParams(AbstractModel):
491
491
 
492
492
  class AmbientSound(AbstractModel):
493
493
  """背景音设置,将在通话中添加环境音效,使体验更加逼真。目前支持以下选项:
494
- coffee_shop: 咖啡店氛围,背景中有人聊天。
494
+ coffee_shops: 咖啡店氛围,背景中有人聊天。
495
495
  busy_office: 客服中心
496
496
  street_traffic: 户外街道
497
497
  evening_mountain: 户外山林
@@ -9122,15 +9122,15 @@ class MixLayoutParams(AbstractModel):
9122
9122
  :type MediaId: int
9123
9123
  :param _BackgroundImageUrl: 图片的url地址,只支持jpg, png, jpeg,大小限制不超过5M。注意,url必须携带格式后缀,url内只支持特定的字符串, 范围是a-z A-Z 0-9 '-', '.', '_', '~', ':', '/', '?', '#', '[', ']' '@', '!', '&', '(', ')', '*', '+', ',', '%', '='
9124
9124
  :type BackgroundImageUrl: str
9125
- :param _PlaceHolderMode: 设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行视频时可显示对应的占位图。
9125
+ :param _PlaceHolderMode: 设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行音视频时可显示对应的占位图。
9126
9126
  :type PlaceHolderMode: int
9127
- :param _BackgroundImageRenderMode: 背景画面宽高比不一致的时候处理方案,与MixLayoufList定义的RenderMode一致。
9127
+ :param _BackgroundImageRenderMode: 背景画面宽高比不一致的时候处理方案,与MixLayoutList定义的RenderMode一致。
9128
9128
  :type BackgroundImageRenderMode: int
9129
9129
  :param _DefaultSubBackgroundImage: 子画面占位图url地址,只支持jpg, png, jpeg,大小限制不超过5M。注意,url必须携带格式后缀,url内只支持特定的字符串, 范围是a-z A-Z 0-9 '-', '.', '_', '~', ':', '/', '?', '#', '[', ']' '@', '!', '&', '(', ')', '*', '+', ',', '%', '='
9130
9130
  :type DefaultSubBackgroundImage: str
9131
9131
  :param _WaterMarkList: 水印布局参数, 最多支持25个。
9132
9132
  :type WaterMarkList: list of WaterMark
9133
- :param _RenderMode: 模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与MixLayoufList定义的RenderMode一致。
9133
+ :param _RenderMode: 模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与MixLayoutList定义的RenderMode一致。
9134
9134
  :type RenderMode: int
9135
9135
  :param _MaxResolutionUserAlign: 屏幕分享模板有效。设置为1时代表大画面居右,小画面居左布局。默认为0。
9136
9136
  :type MaxResolutionUserAlign: int
@@ -9231,7 +9231,7 @@ class MixLayoutParams(AbstractModel):
9231
9231
 
9232
9232
  @property
9233
9233
  def PlaceHolderMode(self):
9234
- """设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行视频时可显示对应的占位图。
9234
+ """设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行音视频时可显示对应的占位图。
9235
9235
  :rtype: int
9236
9236
  """
9237
9237
  return self._PlaceHolderMode
@@ -9242,7 +9242,7 @@ class MixLayoutParams(AbstractModel):
9242
9242
 
9243
9243
  @property
9244
9244
  def BackgroundImageRenderMode(self):
9245
- """背景画面宽高比不一致的时候处理方案,与MixLayoufList定义的RenderMode一致。
9245
+ """背景画面宽高比不一致的时候处理方案,与MixLayoutList定义的RenderMode一致。
9246
9246
  :rtype: int
9247
9247
  """
9248
9248
  return self._BackgroundImageRenderMode
@@ -9275,7 +9275,7 @@ class MixLayoutParams(AbstractModel):
9275
9275
 
9276
9276
  @property
9277
9277
  def RenderMode(self):
9278
- """模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与MixLayoufList定义的RenderMode一致。
9278
+ """模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与MixLayoutList定义的RenderMode一致。
9279
9279
  :rtype: int
9280
9280
  """
9281
9281
  return self._RenderMode
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-trtc
3
- Version: 3.0.1403
3
+ Version: 3.0.1408
4
4
  Summary: Tencent Cloud Trtc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common (==3.0.1403)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1408)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=Rcc8j3HFeD9AvC7omudkd6TN3PeFbhsRaWqvWFeLgY0,631
2
+ tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/trtc/v20190722/errorcodes.py,sha256=p8nnSmWbd2IoGYa5x5ZKKLfKJpfSZdz9so867X4eCQ8,12729
5
+ tencentcloud/trtc/v20190722/models.py,sha256=HfoJwROmFNeT7tVhcJJekeJ50wKC6zVX6uUs8fft78o,598391
6
+ tencentcloud/trtc/v20190722/trtc_client.py,sha256=AmejLPaS3rkN-Ne2p-L9gvp1d3fH8xeiUWC19wA6pmA,82726
7
+ tencentcloud_sdk_python_trtc-3.0.1408.dist-info/METADATA,sha256=M_MpVZiMIce_BtuKYsos2v681RPSmkPQS7frc45-h8Y,1501
8
+ tencentcloud_sdk_python_trtc-3.0.1408.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_trtc-3.0.1408.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_trtc-3.0.1408.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=ZxAi3eYDSE-Ya-J2xN-iQ0Qz-gDYkmqwcscgPCltHcE,631
2
- tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/trtc/v20190722/errorcodes.py,sha256=p8nnSmWbd2IoGYa5x5ZKKLfKJpfSZdz9so867X4eCQ8,12729
5
- tencentcloud/trtc/v20190722/models.py,sha256=DKi6g6FpgzwLQ9XFXCIFlH4vgmiiY-iLV0wl7wDKL9U,598384
6
- tencentcloud/trtc/v20190722/trtc_client.py,sha256=AmejLPaS3rkN-Ne2p-L9gvp1d3fH8xeiUWC19wA6pmA,82726
7
- tencentcloud_sdk_python_trtc-3.0.1403.dist-info/METADATA,sha256=8iznYKcc9IzTEQp19HTkYMvjsYvbxg5BI1DU0NfhWnA,1501
8
- tencentcloud_sdk_python_trtc-3.0.1403.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_trtc-3.0.1403.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_trtc-3.0.1403.dist-info/RECORD,,