startLivePlay method

Future<int> startLivePlay(
  1. V2TXLivePlayer livePlayer,
  2. String url
)

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);
}