Skip to content

Commit

Permalink
Update monitor call
Browse files Browse the repository at this point in the history
  • Loading branch information
armands-malejevs committed May 18, 2023
1 parent 19c9b77 commit f9632a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ private void initializeMuxData(ReactExoplayerView self) {
);

// Initialize Mux stats
self.muxStats = self.player.monitorWithMuxData(
self.muxStats = monitorWithMuxData(
self.themedReactContext,
self.muxOptions.getString("env_key"),
self.exoPlayerView,
Expand Down

0 comments on commit f9632a7

Please sign in to comment.