MeState constructor
const
MeState({})
Implementation
const MeState({
required this.displayName,
required this.id,
required this.shareInProgress,
required this.webcamInProgress,
required this.presenterConsumerIds,
});