Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
armands-malejevs committed May 19, 2023
1 parent ceb19da commit f785ee4
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -1016,22 +1016,22 @@ private void initializeMuxData(ReactExoplayerView self) {
CustomOptions customOptions = new CustomOptions();

// Initialize Mux stats
/*self.muxStats = monitorWithMuxData(
self.muxStats = monitorWithMuxData(
self.player,
self.themedReactContext,
self.muxOptions.getString("env_key"),
self.exoPlayerView,
self.muxCustomerVideoData,
customOptions
);*/
self.muxStats = new MuxStatsExoPlayer(
);
/*self.muxStats = new MuxStatsExoPlayer(
self.themedReactContext,
self.muxOptions.getString("env_key"),
self.player,
self.exoPlayerView,
self.muxCustomerVideoData,
customOptions
);
);*/
// self.muxStats.setPlayerView(self.exoPlayerView);
self.muxStats.enableMuxCoreDebug(true, false);
}
Expand Down

0 comments on commit f785ee4

Please sign in to comment.