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

Latest commit

 

History

History
77 lines (47 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

77 lines (47 loc) · 1.59 KB

medea-control-api-proto changelog

All user visible changes to this project will be documented in this file. This project uses Semantic Versioning 2.0.0.

0.3.0 · 2021-05-12

Diff

Upgraded

  • Dependencies: (#199)
    • prost to 0.7;
    • tonic to 0.4.

0.2.0 · 2021-04-08

Diff | Milestone

Added

  • gRPC:
    • ControlApi service:
      • Methods:

0.1.0 · 2021-02-01

Milestone | Roadmap

Added

  • gRPC:
    • Services:
      • ControlApi (#57);
      • Callback (#63).
    • ControlApi service:
      • Methods (#57):
        • Create;
        • Get;
        • Delete.
      • Elements (#57, #79, #106):
        • Room;
        • Member;
        • WebRtcPlayEndpoint;
        • WebRtcPublishEndpoint.
    • Callback service:
      • Callbacks (#63):
        • OnJoin;
        • OnLeave.