ConnectSendTransportScreenOptions constructor
- required MediaStream stream,
- required ConnectSendTransportScreenParameters parameters,
- String targetOption = 'all',
Implementation
ConnectSendTransportScreenOptions({
required this.stream,
required this.parameters,
this.targetOption = 'all',
});