startLivePlay method
Implementation
Future<int> startLivePlay(V2TXLivePlayer livePlayer, String url) async {
TCICLog.info("startLivePlay $url", actionModule: ActionModule.tcicController.name, actionName: ActionName.startLivePlay.name);
return await Live.startLivePlay(livePlayer, url);
}