PhoneCreateConferenceCall constructor
const
PhoneCreateConferenceCall({})
Phone Create Conference Call constructor.
Implementation
const PhoneCreateConferenceCall({
required this.muted,
required this.videoStopped,
required this.join,
required this.randomId,
this.publicKey,
this.block,
this.params,
}) : super._();