consumers\create_send_transport library
Classes
Functions
-
createLocalSendTransport(
CreateSendTransportOptions options) → Future< void> -
createSendTransport(
CreateSendTransportOptions options) → Future< void> - Creates a WebRTC send transport for media transmission (audio, video, or screen).
Typedefs
-
CreateSendTransportType
= Future<
void> Function(CreateSendTransportOptions options) - UpdateAudioProducer = void Function(Producer? producer)
- UpdateProducerTransport = void Function(Transport? producerTransport)
- UpdateScreenProducer = void Function(Producer? producer)
- UpdateTransportCreated = void Function(bool transportCreated)
- UpdateVideoProducer = void Function(Producer? producer)