From 8864d1360a76b33d232ec4fdabf4f5cfc7dc281b Mon Sep 17 00:00:00 2001 From: Huan LI Date: Tue, 31 Jan 2017 14:39:21 +0800 Subject: [PATCH] docs(streaming-media): add missing method name (#1016) --- src/plugins/streaming-media.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/streaming-media.ts b/src/plugins/streaming-media.ts index 8130248ea..0ad34858e 100644 --- a/src/plugins/streaming-media.ts +++ b/src/plugins/streaming-media.ts @@ -30,7 +30,7 @@ export interface StreamingAudioOptions { * orientation: 'landscape' * }; * - * StreamingMedia.('https://path/to/video/stream', options); + * StreamingMedia.playVideo('https://path/to/video/stream', options); * * ``` * @interfaces