Socket
Socket
Sign inDemoInstall

agora-chat

Package Overview
Dependencies
0
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

types/message.ts

9

CHANGELOG.md
# Changes to Agora chat
## 1.1.0 (Sep 23, 2022)
## 1.0.8 (Dec 19, 2022)
- Optimize the send message fail callback when no network
- fix file_length is not valid issue for message attachment
## 1.0.7 (Sep 23, 2022)
- SDK modular split

@@ -10,3 +15,3 @@ - Chat room KV

- Fix file upload failure without callback error
- `getJoinedGroups` supports getting your own roles
- Adds the `needAffiliations` and `needRole` parameters in the `getJoinedGroups` method to allow you to get the number of members in a group and your own group role.
- Fix the compatibility with Internet Explorer

@@ -13,0 +18,0 @@ - Fixed bug where UniApp could not find 'addEventListener' when running on the phone

{
"name": "agora-chat",
"version": "1.0.7",
"description": "Agora chat websdk",
"version": "1.0.8",
"description": "Agora chat web sdk",
"main": "Agora-chat",

@@ -6,0 +6,0 @@ "scripts": {

@@ -60,4 +60,4 @@ # Agora chat sdk Introduction

- [Agora Chat SDK Product Overview](https://docs-preprod.agora.io/en/agora-chat/agora_chat_overview?platform=Web)
- [Agora Chat SDK API Reference](https://docs-preprod.agora.io/en/agora-chat/API%20Reference/im_ts/index.html?transId=4dbea540-f2cd-11ec-bafe-3fe630a7aac4)
- [Agora Chat SDK Product Overview](https://docs.agora.io/en/agora-chat/overview/product-overview?platform=Web)
- [Agora Chat SDK API Reference](https://api-ref.agora.io/en/chat-sdk/web/1.x/index.html)

@@ -64,0 +64,0 @@ ## Related resources

@@ -16,3 +16,3 @@ import {

ContactMsgBody,
} from '../types/message';
} from './message';
import { PresenceMsg, ThreadMultiDeviceInfo } from './engineCore';

@@ -19,0 +19,0 @@ import { ErrorEvent } from './error';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc