Merge pull request #2849 from karltaylor/patch-2
Docs: Add note to `disableFocus` explaining that it allows multiple videos to play.
This commit is contained in:
commit
cc542f2861
2
API.md
2
API.md
@ -434,6 +434,8 @@ Determines whether video audio should override background music/audio in Android
|
|||||||
* **false (default)** - Override background audio/music
|
* **false (default)** - Override background audio/music
|
||||||
* **true** - Let background audio/music from other apps play
|
* **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
|
Platforms: Android
|
||||||
|
|
||||||
#### disableDisconnectError
|
#### disableDisconnectError
|
||||||
|
Loading…
Reference in New Issue
Block a user