From 6673252459f3f979454f71c5867e34e18d82f394 Mon Sep 17 00:00:00 2001 From: Liam Hongman Cho Date: Fri, 24 Feb 2023 18:01:13 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c32e04..c4562f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ use [sb.connect()](https://sendbird.com/docs/chat/v4/javascript/application/auth const user = await sb.connect(userId: userId); ``` ### **Added appStateToggleEnabled param** -Added SendbirdChatParams.appStateToggleEnabled which can be used to optionally disable internal control of Websocket connection on document.visibilityState change +Added `SendbirdChatParams.appStateToggleEnabled` which can be used to optionally disable internal control of Websocket connection on `document.visibilityState` change ### **Improvements** @@ -402,4 +402,4 @@ Stay tuned for updates as we are rolling out more exciting features and see belo For the changelog between the beta release, please refer to [this page](https://github.com/sendbird/sendbird-chat-sdk-javascript/blob/main/CHANGELOG_V4_BETA.md) ### v3 Changelog -Please refer to [this page](https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md) \ No newline at end of file +Please refer to [this page](https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)