Expand description
A transport connects an endpoint with a mediasoup router and enables transmission of media
in both directions by means of Producer
,
Consumer
, DataProducer
and
DataConsumer
instances created on it.
mediasoup implements the following transports:
Structs§
- Transport identifier.
Enums§
- Error that caused
Transport::consume_data
to fail. - Error that caused
Transport::consume
to fail. - Error caused by bad consumer RTP parameters.
- Error that caused
Transport::produce_data
to fail. - Error that caused
Transport::produce
to fail. - Error caused by invalid RTP capabilities.
- Error caused by invalid RTP parameters.
- Error caused by invalid or unsupported RTP parameters given.
- Data contained in transport trace events.
- Valid types for “trace” event.
Traits§
- A transport connects an endpoint with a mediasoup router and enables transmission of media in both directions by means of
Producer
,Consumer
,DataProducer
andDataConsumer
instances created on it. - Generic transport trait with methods available on all transports in addition to
Transport
.