diff --git a/README.md b/README.md index 4b020e6291..943cc8d8ca 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ using System.Collections.Generic; onProgress={this.setTime} // Callback every ~250ms with currentTime onEnd={this.onEnd} // Callback when playback finishes onError={this.videoError} // Callback when video cannot be loaded + onBuffer={this.onBuffer} // Callback when remote video is buffering style={styles.backgroundVideo} /> // Later to trigger fullscreen @@ -250,7 +251,7 @@ Toggles a fullscreen player. Access using a ref to the component. - [ ] Add support for captions - [ ] Add support for playing multiple videos in a sequence (will interfere with current `repeat` implementation) -- [ ] Callback to get buffering progress for remote videos +- [x] Callback to get buffering progress for remote videos - [ ] Bring API closer to HTML5 `