Module medea::signalling[][src]

WebRTC signalling related implementations.

Modules

elements

Elements of Medea.

participants

Participant is Member with RpcConnection. ParticipantService stores Members and associated RpcConnections, handles RpcConnection authorization, establishment, message sending, Turn credentials management.

peers

Repository that stores Rooms Peers.

room

Room definitions and implementations. Room is responsible for media connection establishment between concrete Members.

room_repo

Repository that stores Rooms addresses.

room_service

Service which provides CRUD actions for Room.

Structs

Room

Media server room with its Members.

RoomRepository

Repository that stores Rooms addresses.

RoomService

Service for controlling Rooms.