toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'group_call_id': groupCallId,
'time_offset': timeOffset,
'scale': scale,
'channel_id': channelId,
'video_quality': videoQuality?.toJson(),
'@type': constructor,
};