resumeAudio method

Future<int> resumeAudio(
  1. V2TXLivePlayer livePlayer
)

Implementation

Future<int> resumeAudio(V2TXLivePlayer livePlayer) async {
  TCICLog.info(
    "resumeAudio",
    actionModule: ActionModule.tcicController.name,
    actionName: ActionName.resumeAudio.name,
  );
  return await Live.resumeAudio(livePlayer);
}