From 98380f0fb9fe54532359abbecfa97aebcb4606f3 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 6 Sep 2022 15:34:26 +0100 Subject: [PATCH] Docs: Add note to `disableFocus` explaining that it allows multiple videos to play. --- API.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/API.md b/API.md index 48401b78..d9153f77 100644 --- a/API.md +++ b/API.md @@ -433,7 +433,9 @@ Platforms: Android, iOS Determines whether video audio should override background music/audio in Android devices. * **false (default)** - Override background audio/music * **true** - Let background audio/music from other apps play - + +Note: Allows multiple videos to play if set to `true`. If `false`, when one video is playing and another is started, the first video will be paused. + Platforms: Android #### disableDisconnectError