setupLivePlayer static method
Implementation
static Future<void> setupLivePlayer(String licenseUrl, String licenseKey) async {
TCICLog.info("setupLivePlayer: $licenseUrl $licenseKey", actionModule: ActionModule.liveSDK.name,actionName: ActionName.setupLivePlayer.name);
await V2TXLivePremier.setLicence(licenseUrl, licenseKey);
}