mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
10 lines
172 B
JavaScript
10 lines
172 B
JavaScript
// @flow
|
|
/**
|
|
* Method used in order to render a custom promotional footer.
|
|
*
|
|
* @returns {HTMLElement}
|
|
*/
|
|
export function renderPromotionalFooter() {
|
|
return null;
|
|
}
|