JoinGroupCall constructor
const
JoinGroupCall({})
Joins an active group call. Returns join response payload for tgcalls
Implementation
const JoinGroupCall({
required this.groupCallId,
this.participantId,
required this.audioSourceId,
required this.payload,
required this.isMuted,
required this.isMyVideoEnabled,
required this.inviteHash,
});