1.3.0 • Published 3 months ago

openim-uniapp-polyfill v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

OpenIM SDK for uni-app polyfill

中文文档

About us

Open im includes instant messaging and real-time audio and video server and client SDK, which realizes important features such as high performance, lightweight and easy expansion. By integrating open im components and privatizing the deployment server, developers can quickly integrate instant messaging and real-time audio and video interaction into their own applications free of charge, and ensure the security and privacy of business data.Click here to visit our official website to learn more about Open IM.

Getting Started

How To Install

  • To use the SDK in uniapp(android、ios)

    npm install openim-uniapp-polyfill

    Then within your application,you can import it.

    import IMSDK from 'openim-uniapp-polyfill'
    
    IMSDK.asyncApi(IMSDK.IMMethods.login, IMSDK.uuid(), userID, token)
    .then(() => {
      // 登录成功
    })
    .catch(({ errCode, errMsg }) => {
      // 登录失败
    });
1.3.0

3 months ago

1.2.0

4 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

12 months ago