From 008f5f03b08f6b2070092a424822f51ab756ef48 Mon Sep 17 00:00:00 2001 From: Jovan Stanimirovic Date: Fri, 30 Aug 2019 13:33:49 +0200 Subject: [PATCH] fix formatting issues --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0c28846..73b3b1bc 100644 --- a/README.md +++ b/README.md @@ -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