SetVideoChatDefaultParticipant constructor
SetVideoChatDefaultParticipant({
- required int chatId,
- MessageSender? defaultParticipantId,
Implementation
SetVideoChatDefaultParticipant({
required this.chatId,
this.defaultParticipantId,
});