ScreenProducerIdOptions constructor

ScreenProducerIdOptions(
  1. {required String producerId,
  2. required String screenId,
  3. required bool membersReceived,
  4. required bool shareScreenStarted,
  5. required bool deferScreenReceived,
  6. required List<Participant> participants,
  7. required void updateScreenId(
    1. String
    ),
  8. required void updateShareScreenStarted(
    1. bool
    ),
  9. required void updateDeferScreenReceived(
    1. 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,
});