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