As part of SVC implementation we need to add new WASM methods for Transceiver encoding configuration.
This PR only adds platform code for WASM, but without actually using it. Implementation of interaction based on server events will be implemented in the future PR.
Solution
Implement Transceiver encoding configuration for WASM platform.
Implement WASM platform layer for SVC (#170, #134)
Additionally:
- make default `server`, `grpc` and `client` Cargo features of `medea-control-api-proto` crate
Required for #134
Synopsis
As part of SVC implementation we need to add new WASM methods for
Transceiver
encoding configuration.This PR only adds platform code for WASM, but without actually using it. Implementation of interaction based on server events will be implemented in the future PR.
Solution
Implement
Transceiver
encoding configuration for WASM platform.Checklist
k::
labels applied