[][src]Crate medea_client_api_proto

Client API protocol implementation for Medea media server.

Structs

AudioSettings
IceCandidate

Represents RTCIceCandidateInit object.

IceServer

Representation of RTCIceServer (item of iceServers field from RTCConfiguration).

Track

Track with specified direction.

VideoSettings

Enums

ClientMsg

Message from 'Client' to 'Media Server'.

Command

WebSocket message from Web Client to Media Server.

Direction

Direction of Track.

Event

WebSocket message from Medea to Jason.

MediaType

Type of Track.

ServerMsg

Message sent by Media Server to Client.

Traits

EventHandler

Handler of Event variants.