consumers\connect_send_transport_screen library

Classes

ConnectSendTransportScreenOptions
ConnectSendTransportScreenParameters

Functions

connectLocalSendTransportScreen({required MediaStream stream, required ConnectSendTransportScreenParameters parameters}) Future<void>
connectSendTransportScreen(ConnectSendTransportScreenOptions options) Future<void>
Sets up and initiates the screen-sharing transport connection, configuring codec options and producing a video track for screen sharing.

Typedefs

ConnectSendTransportScreenType = Future<void> Function(ConnectSendTransportScreenOptions options)