openPopupCall static method
Opens a new popup window at the Routes.call page with the provided
chatId
.
Implementation
static bool openPopupCall(
ChatId chatId, {
bool withAudio = true,
bool withVideo = false,
bool withScreen = false,
}) => false;