SetVideoChatDefaultParticipant constructor

SetVideoChatDefaultParticipant({
  1. required int chatId,
  2. MessageSender? defaultParticipantId,
})

Implementation

SetVideoChatDefaultParticipant({
  required this.chatId,
  this.defaultParticipantId,
});