GroupCall constructor
GroupCall({})
Implementation
GroupCall({
String? groupCallId,
required this.client,
required this.voip,
required this.room,
required this.type,
required this.intent,
}) {
this.groupCallId = groupCallId ?? genCallID();
}