Skip to content

Commit

Permalink
3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-bhandari committed May 22, 2023
1 parent 16bf495 commit 93bdfb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CometChat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4133,7 +4133,7 @@ export class CallSettingsBuilder {
* Default value is circle.
* @returns
*/
setAvatarMode(mode: string);
setAvatarMode(mode: string): this;
/**
*
* @param {boolean} showRecordingButton
Expand Down Expand Up @@ -4196,7 +4196,7 @@ export class MainVideoContainerSetting{
* The default value is `contain`.
* @returns
*/
setMainVideoAspectRatio(mainVideoAspectRatio: string);
setMainVideoAspectRatio(mainVideoAspectRatio: string): void;

/**
*
Expand All @@ -4206,7 +4206,7 @@ export class MainVideoContainerSetting{
* By default the full screen button is visible in the `bottom-right` position.
* @returns
*/
setFullScreenButtonParams(position: string, visibility: boolean);
setFullScreenButtonParams(position: string, visibility: boolean): void;

/**
*
Expand All @@ -4217,7 +4217,7 @@ export class MainVideoContainerSetting{
* By default the name label is visible in the `bottom-right` position with a background-color `#333333`.
* @returns
*/
setNameLabelParams(position: string, visibility: boolean, backgroundColor: string);
setNameLabelParams(position: string, visibility: boolean, backgroundColor: string): void;

/**
*
Expand All @@ -4227,7 +4227,7 @@ export class MainVideoContainerSetting{
* By default the zoom button is visible in the `bottom-right` position.
* @returns
*/
setZoomButtonParams(position: string, visibility: boolean);
setZoomButtonParams(position: string, visibility: boolean): void;

/**
*
Expand All @@ -4237,7 +4237,7 @@ export class MainVideoContainerSetting{
* By default the user list button is visible in the `bottom-right` position.
* @returns
*/
setUserListButtonParams(position: string, visibility: boolean);
setUserListButtonParams(position: string, visibility: boolean): void;
}

export class AudioMode {
Expand Down
2 changes: 1 addition & 1 deletion CometChat.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cometchat-pro/cordova-ionic-chat",
"version": "3.0.11",
"version": "3.0.12",
"description": "A complete chat solution.",
"main": "CometChat.js",
"scripts": {
Expand Down

0 comments on commit 93bdfb2

Please sign in to comment.