copyWith method
Implementation
GroupCallStream copyWith({int? channelId, int? scale, int? timeOffset}) =>
GroupCallStream(
channelId: channelId ?? this.channelId,
scale: scale ?? this.scale,
timeOffset: timeOffset ?? this.timeOffset,
);