setLicence static method
Set the authorization license for the SDK Document address: https://cloud.tencent.com/document/product/454/34750
Parameter:
url
licence url
key
licence key
Implementation
static Future<void> setLicence(String url, String key) async {
return V2TXLivePremierImpl.setLicence(url, key);
}