fix: mute videos by default
This commit is contained in:
parent
4e354f2c43
commit
bf5a1f78f5
@ -82,6 +82,7 @@ internal class SharedResources : CoreResources {
|
|||||||
override fun getPlayerConfig(contentScale: ContentScale): PlayerConfig =
|
override fun getPlayerConfig(contentScale: ContentScale): PlayerConfig =
|
||||||
PlayerConfig(
|
PlayerConfig(
|
||||||
isFullScreenEnabled = false,
|
isFullScreenEnabled = false,
|
||||||
|
isMute = true,
|
||||||
videoFitMode =
|
videoFitMode =
|
||||||
if (contentScale == ContentScale.Fit) {
|
if (contentScale == ContentScale.Fit) {
|
||||||
ScreenResize.FIT
|
ScreenResize.FIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user