consumers\connect_recv_transport library

Classes

ConnectRecvTransportOptions
Options for connecting the receiving transport.
ConnectRecvTransportParameters
Parameters for connecting the receiving transport.

Functions

connectRecvTransport(ConnectRecvTransportOptions options) Future<void>
Establishes a connection for the receiving transport to consume media from a remote producer and resumes the consumer stream.

Typedefs

ConnectRecvTransportType = Future<void> Function(ConnectRecvTransportOptions options)
Type definition for the connectRecvTransport function.