fix formatting issues

This commit is contained in:
Jovan Stanimirovic 2019-08-30 13:33:49 +02:00
parent 4320b56545
commit 008f5f03b0

View File

@ -356,6 +356,8 @@ Platforms: all
#### automaticallyWaitsToMinimizeStalling
A Boolean value that indicates whether the player should automatically delay playback in order to minimize stalling. For clients linked against iOS 10.0 and later
* **false** - Immediately starts playback
* **true (default)** - Delays playback in order to minimize stalling
Platforms: iOS