VideoRequestInputOptions constructor
VideoRequestInputOptions({})
Implementation
VideoRequestInputOptions({
required this.senderAddress,
required this.recipientAddress,
required this.chatId,
this.onReceiveMessage,
this.retry,
this.details,
});