From ffd93b9da33ad31db9263104e70ba406713fc81d Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:11:00 +0100 Subject: [PATCH] docs(README): add support for a compose player full screen --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b264cc..26ebe89 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,9 @@ controller `ApiVideoPlayerController`. ```xml - + ``` You can also use an ExoPlayer `PlayerView` or a `SurfaceView` according to your requirements. @@ -167,6 +164,9 @@ ApiVideoPlayer( ) ``` +In Fullscreen, you have to hide the background of your activity. For this, you can use a `Surface` +such as in the example. + ## Play your api.video video with ExoPlayer, MediaPlayer and VideoView If you want to use the ExoPlayer directly, you can use the api.video Android extensions: