Skip to content

Commit

Permalink
Add LocalMediaTrack::onEnded callback (#109, #101)
Browse files Browse the repository at this point in the history
Co-authored-by: alexlapa <lapa.alex@ex.ua>
  • Loading branch information
rogurotus and alexlapa authored Apr 3, 2023
1 parent 861c85e commit c59ab2a
Show file tree
Hide file tree
Showing 21 changed files with 511 additions and 137 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ All user visible changes to this project will be documented in this file. This p
- `LocalMediaInitExceptionKind` variants ([#52]):
- `GetUserMediaAudioFailed`;
- `GetUserMediaVideoFailed`.
- `MediaManager.enumerate_displays()` ([#81]).
- `MediaManager.enumerate_displays()` ([#81]);
- `LocalMediaTrack` ([#109]):
- `on_ended`;
- `state`.

### Fixed

Expand All @@ -100,6 +103,7 @@ All user visible changes to this project will be documented in this file. This p
[#59]: /../../pull/59
[#81]: /../../pull/81
[#106]: /../../pull/106
[#106]: /../../pull/109



Expand Down
Loading

0 comments on commit c59ab2a

Please sign in to comment.