Przeglądaj źródła

doc(LargeVideoManager): invalid default

The default for 'show' argument of 'showRemoteConnectionMessage' is
undefined (unspecified).
j8
paweldomas 8 lat temu
rodzic
commit
a2a2a583de
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5
    5
      modules/UI/videolayout/LargeVideoManager.js

+ 5
- 5
modules/UI/videolayout/LargeVideoManager.js Wyświetl plik

426
      * Shows hides the "avatar" message which is to be displayed either in
426
      * Shows hides the "avatar" message which is to be displayed either in
427
      * the middle of the screen or below the avatar image.
427
      * the middle of the screen or below the avatar image.
428
      *
428
      *
429
-     * @param {null|boolean} [show=null] <tt>true</tt> to show the avatar
430
-     * message or <tt>false</tt> to hide it. If not provided then the connection
431
-     * status of the user currently on the large video will be obtained form
432
-     * "APP.conference" and the message will be displayed if the user's
433
-     * connection is either interrupted or inactive.
429
+     * @param {boolean|undefined} [show=undefined] <tt>true</tt> to show
430
+     * the avatar message or <tt>false</tt> to hide it. If not provided then
431
+     * the connection status of the user currently on the large video will be
432
+     * obtained form "APP.conference" and the message will be displayed if
433
+     * the user's connection is either interrupted or inactive.
434
      */
434
      */
435
     showRemoteConnectionMessage (show) {
435
     showRemoteConnectionMessage (show) {
436
         if (typeof show !== 'boolean') {
436
         if (typeof show !== 'boolean') {

Ładowanie…
Anuluj
Zapisz