consumers\disconnect_send_transport_video library

Classes

DisconnectSendTransportVideoOptions
Represents the options required to disconnect the video send transport.
DisconnectSendTransportVideoParameters
Callback types/// Represents the parameters required to disconnect the video send transport.

Functions

disconnectLocalSendTransportVideo(DisconnectSendTransportVideoOptions options) Future<void>
Disconnects the local send transport for video by closing the local video producer and notifying the server.
disconnectSendTransportVideo(DisconnectSendTransportVideoOptions options) Future<void>
Disconnects the send transport for video by closing the video producer(s), updating the UI, and notifying the server.

Typedefs

DisconnectSendTransportVideoType = Future<void> Function(DisconnectSendTransportVideoOptions options)
Type definition for disconnectSendTransportVideo function.