CustomVideoEvent constructor
CustomVideoEvent({})
Returns a new CustomVideoEvent instance.
Implementation
CustomVideoEvent({
required this.callCid,
required this.createdAt,
this.custom = const {},
this.type = 'custom',
required this.user,
});