API Reference WebRTC Server v0.1.3

Modules

Struct defining messages exchanged between peers and rooms.

Module that manages websocket lifecycle and communication with client.

Structure representing data required to perform authentication during peer initialization and authorization when a peer is joining a room.

Structure representing a state of peer passed to every (but Membrane.WebRTC.Server.Peer.parse_request/1) callback.

Structure representing initial peer state. If Membrane.WebRTC.Server.Peer is used in Cowboy or Plug application, Elixir.Membrane.WebRTC.Server.Peer.Options should be used as InitialState in dispatch rule.

A behaviour module for WebRTC room that manages peers and mediate in their communication.