PhoneJoinGroupCall constructor

const PhoneJoinGroupCall({
  1. required bool muted,
  2. required bool videoStopped,
  3. required InputGroupCallBase call,
  4. required InputPeerBase joinAs,
  5. String? inviteHash,
  6. required DataJSONBase params,
})

Phone Join Group Call constructor.

Implementation

const PhoneJoinGroupCall({
  required this.muted,
  required this.videoStopped,
  required this.call,
  required this.joinAs,
  this.inviteHash,
  required this.params,
}) : super._();