Skip to content

Commit

Permalink
Merge pull request #269 from EgorCloud/master
Browse files Browse the repository at this point in the history
fixed mistake in documentation
  • Loading branch information
cconcolato authored Mar 18, 2022
2 parents 68b51e7 + a3a895f commit 8e70ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Indicates that the application is ready to receive segments. Returns an array of
- **user**: Object, the caller of the segmentation for this track, as given in [setSegmentOptions](##setsegmentoptionstrack_id-user-options)
- **buffer**: ArrayBuffer, the initialization segment for this track.
- **sampleNumber**: Number, sample number of the last sample in the segment, plus 1.
- **buffer**: Boolean, indication if this is the last segment to be received.
- **last**: Boolean, indication if this is the last segment to be received.

```json
[
Expand Down

0 comments on commit 8e70ee4

Please sign in to comment.