Medea Control API protocol ========================== [![Latest version](https://img.shields.io/crates/v/medea-control-api-proto "Latest version")](https://crates.io/crates/medea-control-api-proto) [![Rust docs](https://docs.rs/medea-control-api-proto/badge.svg "Rust docs")](https://docs.rs/medea-control-api-proto) [![Rust 1.62+](https://img.shields.io/badge/rustc-1.62+-lightgray.svg "Rust 1.62+")](https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html) [![Unsafe Forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg "Unsafe forbidden")](https://github.com/rust-secure-code/safety-dance) [API docs](https://docs.rs/medea-client-api-proto) | [Changelog](https://github.com/instrumentisto/medea-jason/blob/master/proto/client-api/CHANGELOG.md) [API Docs](https://docs.rs/medea-control-api-proto) | [Changelog](https://github.com/instrumentisto/medea-jason/blob/master/proto/control-api/CHANGELOG.md) [Control API] protocol implementation for [Medea] media server. Only [gRPC] is supported at the moment. ## License Copyright © 2021-2024 Instrumentisto Team This software is subject to the terms of the [Blue Oak Model License 1.0.0](https://github.com/instrumentisto/medea-jason/blob/master/proto/control-api/LICENSE.md). If a copy of the [BlueOak-1.0.0](https://spdx.org/licenses/BlueOak-1.0.0.html) license was not distributed with this file, You can obtain one at . [Control API]: https://github.com/instrumentisto/medea/blob/master/docs/rfc/0001-control-api.md [gRPC]: https://grpc.io [Medea]: https://github.com/instrumentisto/medea