Expand description
A data consumer represents an endpoint capable of receiving data messages from a mediasoup
Router
.
A data consumer can use SCTP (AKA
DataChannel) to receive those messages, or can directly receive them in the Rust application
if the data consumer was created on top of a
DirectTransport
.
Structs§
DataConsumer
identifier.DataConsumer
options.- RTC statistics of the data consumer.
- Data consumer created on
DirectTransport
. - Data consumer created on transport other than
DirectTransport
. WeakDataConsumer
doesn’t own data consumer instance on mediasoup-worker and will not prevent one from being destroyed once last instance of regularDataConsumer
is dropped.
Enums§
- A data consumer represents an endpoint capable of receiving data messages from a mediasoup
Router
. - Data consumer type.