Skip to content

Commit

Permalink
Get rid of convenience function for custom players
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Jun 27, 2023
1 parent 8a146cd commit 5d9f1ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ fun Player.monitorWithMuxData(
customerData = customerData,
player = this,
playerView = playerView,
customOptions = customOptions
customOptions = customOptions,
playerBinding = BaseMedia3Binding()
)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class MuxStatsSdkMedia3<P : Player> @JvmOverloads constructor(
customerData: CustomerData,
player: P,
playerView: View? = null,
playerBinding: MuxPlayerAdapter.PlayerBinding<P> = BaseMedia3Binding(),
customOptions: CustomOptions? = null,
playerBinding: MuxPlayerAdapter.PlayerBinding<P>,
) : MuxDataSdk<P, View>(
context = context,
envKey = envKey,
Expand Down

0 comments on commit 5d9f1ce

Please sign in to comment.