Module medea::api::control::refs[][src]

Implementation of all kinds of references to some resource used in Medea’s Control API.

Modules

fid

Implementation of Full ID (fid in dynamic Control API specs).

local_uri

URI for pointing to some Medea element in spec.

src_uri

Implementation of special URI with pattern local://{room_id}/{member_id}/{endpoint_id}. This URI can point only to WebRtcPublishEndpoint.

Structs

Fid

FID (full ID, or fid in Control API specs) is a composition of media elements IDs, which refers to some media element on a whole server uniquely.

LocalUri

URI in format local://room_id/member_id/endpoint_id.

SrcUri

Special URI with pattern local://{room_id}/{member_id}/{endpoint_id}. This uri can pointing only to WebRtcPublishEndpoint.

ToEndpoint

State of reference which points to Endpoint.

ToMember

State of reference which points to Member.

ToRoom

State of reference which points to Room.

Enums

StatefulFid

Enum for storing Fids in all states.

StatefulLocalUri

Enum for storing LocalUris in all states.