Crate skyway_webrtc_gateway_caller

Source
Expand description

Skyway-webrtc-gateway-api crate was implemented as a simple REST API Wrapper for SkyWay WebRTC Gateway. The crate is not implemented for domain knowledge such as event subscribe, and can only be used by those who are familiar with the behavior of SkyWay WebRTC Gateway.

This crate is EASY one for using SkyWay WebRTC Gateway. The user of this crate can use the SkyWay WebRTC Gateway by simply exchanging a few JSON messages with each of the Sender and Reciever channels.

Modules§

error
Error definition in this crate.
prelude
A “prelude” for crates using this crate.

Functions§

run
Start WebRTC Gateway operation. It provides a Sender to give JSON messages for operation and a Receiver to pass events.