mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
It covers the entire meeting and it's not helpful. A different version of the same concept might be implemented using less intrusive UX, like a modal.
14 lines
291 B
TypeScript
14 lines
291 B
TypeScript
|
|
/**
|
|
* Opens {@link PageReloadDialog}.
|
|
*
|
|
* @param {any} _dummy1 - N/A for web.
|
|
* @param {any} _dummy2 - N/A for web.
|
|
* @param {any} _dummy3 - N/A for web.
|
|
*
|
|
* @returns {Function}
|
|
*/
|
|
export function openPageReloadDialog(_dummy1: any, _dummy2: any, _dummy3: any): any {
|
|
// Dummy
|
|
}
|