@@ -4397,7 +4397,7 @@ export class MainVideoContainerSetting{
43974397 * The default value is `contain`.
43984398 * @returns
43994399 */
4400- setMainVideoAspectRatio ( mainVideoAspectRatio : string ) ;
4400+ setMainVideoAspectRatio ( mainVideoAspectRatio : string ) : void ;
44014401
44024402 /**
44034403 *
@@ -4407,7 +4407,7 @@ export class MainVideoContainerSetting{
44074407 * By default the full screen button is visible in the `bottom-right` position.
44084408 * @returns
44094409 */
4410- setFullScreenButtonParams ( position : string , visibility : boolean ) ;
4410+ setFullScreenButtonParams ( position : string , visibility : boolean ) : void ;
44114411
44124412 /**
44134413 *
@@ -4418,7 +4418,7 @@ export class MainVideoContainerSetting{
44184418 * By default the name label is visible in the `bottom-right` position with a background-color `rgba(27, 27, 27, 0.4)`.
44194419 * @returns
44204420 */
4421- setNameLabelParams ( position : string , visibility : boolean , backgroundColor : string ) ;
4421+ setNameLabelParams ( position : string , visibility : boolean , backgroundColor : string ) : void ;
44224422
44234423 /**
44244424 *
@@ -4428,7 +4428,7 @@ export class MainVideoContainerSetting{
44284428 * By default the network label is visible in the `bottom-right` position.
44294429 * @returns
44304430 */
4431- setNetworkLabelParams ( position : string , visibility : boolean ) ;
4431+ setNetworkLabelParams ( position : string , visibility : boolean ) : void ;
44324432}
44334433
44344434export class VirtualBackground {
0 commit comments