tencentcloud-sdk-python-trtc 3.1.114__tar.gz → 3.1.115__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.
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/setup.py +1 -1
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/tencentcloud/trtc/v20190722/models.py +14 -30
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/tencentcloud_sdk_python_trtc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_trtc-3.1.115/tencentcloud_sdk_python_trtc.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_trtc-3.1.114/tencentcloud_sdk_python_trtc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/README.rst +0 -0
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/setup.cfg +0 -0
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/tencentcloud/trtc/__init__.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/tencentcloud/trtc/v20190722/__init__.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/tencentcloud/trtc/v20190722/errorcodes.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/tencentcloud/trtc/v20190722/trtc_client.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/tencentcloud/trtc/v20190722/trtc_client_async.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/tencentcloud_sdk_python_trtc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/tencentcloud_sdk_python_trtc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_trtc-3.1.114 → tencentcloud_sdk_python_trtc-3.1.115}/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.
|
|
3
|
+
Version: 3.1.115
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.115
|
|
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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.115,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Trtc SDK for Python',
|
|
@@ -1841,25 +1841,17 @@ class CloudStorage(AbstractModel):
|
|
|
1841
1841
|
|
|
1842
1842
|
def __init__(self):
|
|
1843
1843
|
r"""
|
|
1844
|
-
:param _Vendor:
|
|
1845
|
-
0:腾讯云对象存储 COS
|
|
1846
|
-
1:AWS
|
|
1847
|
-
【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中
|
|
1844
|
+
:param _Vendor: <p>腾讯云对象存储COS以及第三方云存储账号信息<br>0:腾讯云对象存储 COS<br>1:AWS<br>【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中</p>
|
|
1848
1845
|
:type Vendor: int
|
|
1849
|
-
:param _Region:
|
|
1850
|
-
示例值:cn-shanghai-1
|
|
1851
|
-
|
|
1852
|
-
AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)
|
|
1846
|
+
:param _Region: <p>腾讯云对象存储的[地域信息](https://cloud.tencent.com/document/product/436/6224#.E5.9C.B0.E5.9F.9F)。<br>示例值:cn-shanghai-1</p><p>AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)</p>
|
|
1853
1847
|
:type Region: str
|
|
1854
|
-
:param _Bucket:
|
|
1848
|
+
:param _Bucket: <p>云存储桶名称。</p>
|
|
1855
1849
|
:type Bucket: str
|
|
1856
|
-
:param _AccessKey:
|
|
1857
|
-
若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。
|
|
1850
|
+
:param _AccessKey: <p>云存储的access_key账号信息。<br>若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。</p>
|
|
1858
1851
|
:type AccessKey: str
|
|
1859
|
-
:param _SecretKey:
|
|
1860
|
-
若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。
|
|
1852
|
+
:param _SecretKey: <p>云存储的secret_key账号信息。<br>若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。</p>
|
|
1861
1853
|
:type SecretKey: str
|
|
1862
|
-
:param _FileNamePrefix:
|
|
1854
|
+
:param _FileNamePrefix: <p>云存储bucket 的指定位置,由字符串数组组成。合法的字符串范围az,AZ,0~9,'_'和'-',举个例子,录制文件xxx.m3u8在 ["prefix1", "prefix2"]作用下,会变成prefix1/prefix2/TaskId/xxx.m3u8。</p>
|
|
1863
1855
|
:type FileNamePrefix: list of str
|
|
1864
1856
|
"""
|
|
1865
1857
|
self._Vendor = None
|
|
@@ -1871,10 +1863,7 @@ AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using
|
|
|
1871
1863
|
|
|
1872
1864
|
@property
|
|
1873
1865
|
def Vendor(self):
|
|
1874
|
-
r"""
|
|
1875
|
-
0:腾讯云对象存储 COS
|
|
1876
|
-
1:AWS
|
|
1877
|
-
【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中
|
|
1866
|
+
r"""<p>腾讯云对象存储COS以及第三方云存储账号信息<br>0:腾讯云对象存储 COS<br>1:AWS<br>【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中</p>
|
|
1878
1867
|
:rtype: int
|
|
1879
1868
|
"""
|
|
1880
1869
|
return self._Vendor
|
|
@@ -1885,10 +1874,7 @@ AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using
|
|
|
1885
1874
|
|
|
1886
1875
|
@property
|
|
1887
1876
|
def Region(self):
|
|
1888
|
-
r"""
|
|
1889
|
-
示例值:cn-shanghai-1
|
|
1890
|
-
|
|
1891
|
-
AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)
|
|
1877
|
+
r"""<p>腾讯云对象存储的[地域信息](https://cloud.tencent.com/document/product/436/6224#.E5.9C.B0.E5.9F.9F)。<br>示例值:cn-shanghai-1</p><p>AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)</p>
|
|
1892
1878
|
:rtype: str
|
|
1893
1879
|
"""
|
|
1894
1880
|
return self._Region
|
|
@@ -1899,7 +1885,7 @@ AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using
|
|
|
1899
1885
|
|
|
1900
1886
|
@property
|
|
1901
1887
|
def Bucket(self):
|
|
1902
|
-
r"""
|
|
1888
|
+
r"""<p>云存储桶名称。</p>
|
|
1903
1889
|
:rtype: str
|
|
1904
1890
|
"""
|
|
1905
1891
|
return self._Bucket
|
|
@@ -1910,8 +1896,7 @@ AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using
|
|
|
1910
1896
|
|
|
1911
1897
|
@property
|
|
1912
1898
|
def AccessKey(self):
|
|
1913
|
-
r"""
|
|
1914
|
-
若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。
|
|
1899
|
+
r"""<p>云存储的access_key账号信息。<br>若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。</p>
|
|
1915
1900
|
:rtype: str
|
|
1916
1901
|
"""
|
|
1917
1902
|
return self._AccessKey
|
|
@@ -1922,8 +1907,7 @@ AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using
|
|
|
1922
1907
|
|
|
1923
1908
|
@property
|
|
1924
1909
|
def SecretKey(self):
|
|
1925
|
-
r"""
|
|
1926
|
-
若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。
|
|
1910
|
+
r"""<p>云存储的secret_key账号信息。<br>若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。</p>
|
|
1927
1911
|
:rtype: str
|
|
1928
1912
|
"""
|
|
1929
1913
|
return self._SecretKey
|
|
@@ -1934,7 +1918,7 @@ AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using
|
|
|
1934
1918
|
|
|
1935
1919
|
@property
|
|
1936
1920
|
def FileNamePrefix(self):
|
|
1937
|
-
r"""
|
|
1921
|
+
r"""<p>云存储bucket 的指定位置,由字符串数组组成。合法的字符串范围az,AZ,0~9,'_'和'-',举个例子,录制文件xxx.m3u8在 ["prefix1", "prefix2"]作用下,会变成prefix1/prefix2/TaskId/xxx.m3u8。</p>
|
|
1938
1922
|
:rtype: list of str
|
|
1939
1923
|
"""
|
|
1940
1924
|
return self._FileNamePrefix
|
|
@@ -17455,14 +17439,14 @@ class StopWebRecordRequest(AbstractModel):
|
|
|
17455
17439
|
|
|
17456
17440
|
def __init__(self):
|
|
17457
17441
|
r"""
|
|
17458
|
-
:param _TaskId:
|
|
17442
|
+
:param _TaskId: <p>需要停止的任务Id</p>
|
|
17459
17443
|
:type TaskId: str
|
|
17460
17444
|
"""
|
|
17461
17445
|
self._TaskId = None
|
|
17462
17446
|
|
|
17463
17447
|
@property
|
|
17464
17448
|
def TaskId(self):
|
|
17465
|
-
r"""
|
|
17449
|
+
r"""<p>需要停止的任务Id</p>
|
|
17466
17450
|
:rtype: str
|
|
17467
17451
|
"""
|
|
17468
17452
|
return self._TaskId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-trtc
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.115
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.115
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.115
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.114
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|