docs(streaming-media): add missing method name (#1016)

This commit is contained in:
Huan LI 2017-01-31 14:39:21 +08:00 committed by Ibby Hadeed
parent f0cf86076c
commit 8864d1360a

View File

@ -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