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 53c9d72 commit 6ac0060
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 @@ -4223,7 +4223,7 @@ export class CallSettingsBuilder {
* Default value is circle.
* @returns
*/
setAvatarMode(mode: string);
setAvatarMode(mode: string): this;
/**
*
* @param {boolean} showRecordingButton
Expand Down Expand Up @@ -4287,7 +4287,7 @@ export class MainVideoContainerSetting{
* The default value is `contain`.
* @returns
*/
setMainVideoAspectRatio(mainVideoAspectRatio: string);
setMainVideoAspectRatio(mainVideoAspectRatio: string): void;

/**
*
Expand All @@ -4297,7 +4297,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 @@ -4308,7 +4308,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 @@ -4318,7 +4318,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 @@ -4328,7 +4328,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;
}

type MyState = {
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/react-native-chat",
"version": "3.0.11",
"version": "3.0.12",
"description": "A complete chat solution.",
"main": "CometChat.js",
"scripts": {
Expand Down

0 comments on commit 6ac0060

Please sign in to comment.