tencentcloud-sdk-python-trtc 3.1.145__tar.gz → 3.1.149__tar.gz

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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/setup.py +1 -1
  3. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud/trtc/v20190722/models.py +8 -8
  5. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud_sdk_python_trtc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_trtc-3.1.149/tencentcloud_sdk_python_trtc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_trtc-3.1.145/tencentcloud_sdk_python_trtc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/README.rst +0 -0
  9. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud/trtc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud/trtc/v20190722/__init__.py +0 -0
  12. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud/trtc/v20190722/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud/trtc/v20190722/trtc_client.py +0 -0
  14. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud/trtc/v20190722/trtc_client_async.py +0 -0
  15. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud_sdk_python_trtc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud_sdk_python_trtc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_trtc-3.1.145 → tencentcloud_sdk_python_trtc-3.1.149}/tencentcloud_sdk_python_trtc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-trtc
3
- Version: 3.1.145
3
+ Version: 3.1.149
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<4.0.0,>=3.1.145
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.149
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-trtc',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.145,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.149,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Trtc SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.145'
17
+ __version__ = '3.1.149'
@@ -9739,13 +9739,13 @@ class McuFeedBackRoomParams(AbstractModel):
9739
9739
 
9740
9740
  def __init__(self):
9741
9741
  r"""
9742
- :param _RoomId: 回推房间的RoomId
9742
+ :param _RoomId: <p>回推房间的RoomId。</p>
9743
9743
  :type RoomId: str
9744
- :param _RoomIdType: 房间类型,必须和回推房间所对应的RoomId类型相同,0为整形房间号,1为字符串房间号。
9744
+ :param _RoomIdType: <p>房间类型,必须和回推房间所对应的RoomId类型相同,0为整形房间号,1为字符串房间号。</p>
9745
9745
  :type RoomIdType: int
9746
- :param _UserId: 回推房间使用的UserId(https://cloud.tencent.com/document/product/647/46351#userid),注意这个userId不能与其他TRTC或者转推服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。
9746
+ :param _UserId: <p>回推房间使用的UserId(https://cloud.tencent.com/document/product/647/46351#userid),注意这个userId不能与其他TRTC或者转推服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。</p>
9747
9747
  :type UserId: str
9748
- :param _UserSig: 回推房间UserId对应的用户签名,相当于登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。
9748
+ :param _UserSig: <p>回推房间UserId对应的用户签名,相当于登录密码,具体计算方法请参考TRTC计算<a href="https://cloud.tencent.com/document/product/647/45910#UserSig">UserSig</a>的方案。</p>
9749
9749
  :type UserSig: str
9750
9750
  """
9751
9751
  self._RoomId = None
@@ -9755,7 +9755,7 @@ class McuFeedBackRoomParams(AbstractModel):
9755
9755
 
9756
9756
  @property
9757
9757
  def RoomId(self):
9758
- r"""回推房间的RoomId
9758
+ r"""<p>回推房间的RoomId。</p>
9759
9759
  :rtype: str
9760
9760
  """
9761
9761
  return self._RoomId
@@ -9766,7 +9766,7 @@ class McuFeedBackRoomParams(AbstractModel):
9766
9766
 
9767
9767
  @property
9768
9768
  def RoomIdType(self):
9769
- r"""房间类型,必须和回推房间所对应的RoomId类型相同,0为整形房间号,1为字符串房间号。
9769
+ r"""<p>房间类型,必须和回推房间所对应的RoomId类型相同,0为整形房间号,1为字符串房间号。</p>
9770
9770
  :rtype: int
9771
9771
  """
9772
9772
  return self._RoomIdType
@@ -9777,7 +9777,7 @@ class McuFeedBackRoomParams(AbstractModel):
9777
9777
 
9778
9778
  @property
9779
9779
  def UserId(self):
9780
- r"""回推房间使用的UserId(https://cloud.tencent.com/document/product/647/46351#userid),注意这个userId不能与其他TRTC或者转推服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。
9780
+ r"""<p>回推房间使用的UserId(https://cloud.tencent.com/document/product/647/46351#userid),注意这个userId不能与其他TRTC或者转推服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。</p>
9781
9781
  :rtype: str
9782
9782
  """
9783
9783
  return self._UserId
@@ -9788,7 +9788,7 @@ class McuFeedBackRoomParams(AbstractModel):
9788
9788
 
9789
9789
  @property
9790
9790
  def UserSig(self):
9791
- r"""回推房间UserId对应的用户签名,相当于登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。
9791
+ r"""<p>回推房间UserId对应的用户签名,相当于登录密码,具体计算方法请参考TRTC计算<a href="https://cloud.tencent.com/document/product/647/45910#UserSig">UserSig</a>的方案。</p>
9792
9792
  :rtype: str
9793
9793
  """
9794
9794
  return self._UserSig
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-trtc
3
- Version: 3.1.145
3
+ Version: 3.1.149
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<4.0.0,>=3.1.145
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.149
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.149
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.145