Skip to content

Commit 6dd8142

Browse files
3.0.12
1 parent 21397f6 commit 6dd8142

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CometChat.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

44344434
export class VirtualBackground {

CometChat.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cometchat-pro/chat",
3-
"version": "3.0.11",
3+
"version": "3.0.12",
44
"description": "A complete chat solution.",
55
"main": "CometChat.js",
66
"scripts": {

0 commit comments

Comments
 (0)