doc(LargeVideoManager): invalid default
The default for 'show' argument of 'showRemoteConnectionMessage' is undefined (unspecified).
This commit is contained in:
parent
a3ba28f507
commit
a2a2a583de
|
@ -426,11 +426,11 @@ export default class LargeVideoManager {
|
||||||
* Shows hides the "avatar" message which is to be displayed either in
|
* Shows hides the "avatar" message which is to be displayed either in
|
||||||
* the middle of the screen or below the avatar image.
|
* the middle of the screen or below the avatar image.
|
||||||
*
|
*
|
||||||
* @param {null|boolean} [show=null] <tt>true</tt> to show the avatar
|
* @param {boolean|undefined} [show=undefined] <tt>true</tt> to show
|
||||||
* message or <tt>false</tt> to hide it. If not provided then the connection
|
* the avatar message or <tt>false</tt> to hide it. If not provided then
|
||||||
* status of the user currently on the large video will be obtained form
|
* the connection status of the user currently on the large video will be
|
||||||
* "APP.conference" and the message will be displayed if the user's
|
* obtained form "APP.conference" and the message will be displayed if
|
||||||
* connection is either interrupted or inactive.
|
* the user's connection is either interrupted or inactive.
|
||||||
*/
|
*/
|
||||||
showRemoteConnectionMessage (show) {
|
showRemoteConnectionMessage (show) {
|
||||||
if (typeof show !== 'boolean') {
|
if (typeof show !== 'boolean') {
|
||||||
|
|
Loading…
Reference in New Issue