V2TXLivePremier class

Constructors

V2TXLivePremier()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getSDKVersionStr() Future<String>
获取SDK版本信息
setEnvironment(String env) Future<V2TXLiveCode>
设置 SDK 接入环境
setLicence(String url, String key) Future<void>
设置 SDK 的授权 License 文档地址:https://cloud.tencent.com/document/product/454/34750 @param url licence的地址 @param key licence的秘钥
setLogConfig(V2TXLiveLogConfig config) Future<V2TXLiveCode>
设置 Log 的配置信息
setObserver(V2TXLivePremierObserver? observer) Future<void>
设置 V2TXLivePremier 回调接口
setSocks5Proxy(String host, int port, String username, String password) Future<V2TXLiveCode>
设置 SDK sock5 代理配置