turn on volume when video plays

This commit is contained in:
Alex
2024-08-29 15:03:01 -05:00
committed by Mert Alev
parent 7bf5a19971
commit 0876897843
2 changed files with 3 additions and 2 deletions
@@ -147,6 +147,7 @@ class NativeVideoViewerPage extends HookConsumerWidget {
void onPlaybackReady() {
controller.value?.play();
controller.value?.setVolume(0.9);
}
void onPlaybackPositionChanged() {