consumers\disconnect_send_transport_screen library
Classes
- DisconnectSendTransportScreenOptions
- Represents the options required to disconnect the screen send transport.
- DisconnectSendTransportScreenParameters
- Dart equivalent of DisconnectSendTransportScreenParameters interface
Functions
-
disconnectLocalSendTransportScreen(
DisconnectSendTransportScreenOptions options) → Future< void> - Disconnects the local send transport for screen sharing by closing the local screen producer and notifying the server.
-
disconnectSendTransportScreen(
DisconnectSendTransportScreenOptions options) → Future< void> - Disconnects the send transport for screen sharing by closing the screen producer and notifying the server.
Typedefs
-
DisconnectSendTransportScreenType
= Future<
void> Function(DisconnectSendTransportScreenOptions options) - Type definition for disconnectSendTransportScreen function