CallUserMutedEvent constructor
CallUserMutedEvent({})
Returns a new CallUserMutedEvent instance.
Implementation
CallUserMutedEvent({
required this.callCid,
required this.createdAt,
required this.fromUserId,
this.mutedUserIds = const [],
this.type = 'call.user_muted',
});