From 1a717902a6c5f62f948582c6ed9c6f43094ea89e Mon Sep 17 00:00:00 2001 From: Justin Holdstock Date: Tue, 27 Nov 2018 09:47:54 -0600 Subject: [PATCH] Chore: Update media player docs to reflect userInitiated change (#870) --- src/lib/viewers/media/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/viewers/media/README.md b/src/lib/viewers/media/README.md index 39ca73b65..729285fd8 100755 --- a/src/lib/viewers/media/README.md +++ b/src/lib/viewers/media/README.md @@ -47,7 +47,7 @@ The DASH viewer fires the following events | adaptation | Quality adapts to a change in bandwidth | {number} bandwidth | | play | The video plays || | autoplay | the autoplay option has been enabled/disabled | {boolean} new autoplay value| -| pause | The video pauses || +| pause | The video pauses | 1. {boolean} **userInitiated**: true if a user initiated the pause via input | | seeked | The video skips to a time | {number} time | | assetsloaded | The viewer's third party assets have loaded ||