ScreenProducerIdOptions constructor
ScreenProducerIdOptions(- {required String producerId,
- required String screenId,
- required bool membersReceived,
- required bool shareScreenStarted,
- required bool deferScreenReceived,
- required List<Participant> participants,
- required void updateScreenId(
- String
),
- required void updateShareScreenStarted(
- bool
),
- required void updateDeferScreenReceived(
- bool
)}
)
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,
});