Future<void> enableTRTC(bool isEnable) async { if (_isNeedDisposed) return; await _initPlayer.future; await _vodPlayerApi.enableTRTC(isEnable); }