ScreenProducerIdOptions constructor
ScreenProducerIdOptions({})
Implementation
ScreenProducerIdOptions({
required this.producerId,
required this.screenId,
required this.membersReceived,
required this.shareScreenStarted,
required this.deferScreenReceived,
required this.participants,
required this.updateScreenId,
required this.updateShareScreenStarted,
required this.updateDeferScreenReceived,
});