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