[][src]Module mediasoup::plain_transport

A plain transport represents a network path through which RTP, RTCP (optionally secured with SRTP) and SCTP (DataChannel) is transmitted.

Structs

PlainTransport

A plain transport represents a network path through which RTP, RTCP (optionally secured with SRTP) and SCTP (DataChannel) is transmitted.

PlainTransportOptions

Plain transport options.

PlainTransportRemoteParameters

Remote parameters for plain transport.

PlainTransportStat

RTC statistics of the plain transport.

WeakPlainTransport

WeakPlainTransport doesn't own pipe transport instance on mediasoup-worker and will not prevent one from being destroyed once last instance of regular PlainTransport is dropped.