SetVideoChatDefaultParticipant constructor

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

Changes default participant identifier, on whose behalf a video chat in the chat will be joined

Implementation

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