JoinCallArguments constructor

JoinCallArguments({
  1. required ChatId chatId,
  2. required ChatCallCredentials creds,
})

Implementation

JoinCallArguments({
  required this.chatId,
  required this.creds,
});