Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Implement Control API basic Apply method (#27) #187

Merged
merged 29 commits into from
Apr 8, 2021
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ First, consider [0.2.0-rc.1] changes.

- Signalling:
- Emitting `TracksApplied` event to remove existing tracks on a client side ([#109]).
- Control API:
- Dynamic Control API exposed via gRPC:
- `Apply` method for `Room`, `Member` and `Endpoint` creation ([#187]).

[#109]: /../../pull/109
[#187]: /../../pull/187



Expand Down
Loading