diff --git a/modules/UI/videolayout/LargeVideoManager.js b/modules/UI/videolayout/LargeVideoManager.js index c0f9f1027..ca4084eda 100644 --- a/modules/UI/videolayout/LargeVideoManager.js +++ b/modules/UI/videolayout/LargeVideoManager.js @@ -426,11 +426,11 @@ export default class LargeVideoManager { * Shows hides the "avatar" message which is to be displayed either in * the middle of the screen or below the avatar image. * - * @param {null|boolean} [show=null] true to show the avatar - * message or false to hide it. If not provided then the connection - * status of the user currently on the large video will be obtained form - * "APP.conference" and the message will be displayed if the user's - * connection is either interrupted or inactive. + * @param {boolean|undefined} [show=undefined] true to show + * the avatar message or false to hide it. If not provided then + * the connection status of the user currently on the large video will be + * obtained form "APP.conference" and the message will be displayed if + * the user's connection is either interrupted or inactive. */ showRemoteConnectionMessage (show) { if (typeof show !== 'boolean') {