EventChatCallRoomReady constructor
- ChatItemId callId,
- ChatId chatId,
- PreciseDateTime at,
- ChatCallRoomJoinLink joinLink,
Implementation
const EventChatCallRoomReady(
super.callId,
super.chatId,
super.at,
this.joinLink,
);
const EventChatCallRoomReady(
super.callId,
super.chatId,
super.at,
this.joinLink,
);