3.0.0 • Published 5 years ago

easemob-websdk-es6 v3.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

环信WEBSDK ES6版本

    * rewrite with es6 
    * multiple runtimes
    * original strophe.js
    * bugs fixed
    * removed webim.config.js

集成方式

直接在网页中引入构建后的websdk.js文件
<script src="./websdk.js"></script>

或者在node.js环境下
import WebIM from "easemob-websdk-es6"


var connection = new WebIM.connection(options)
3.0.0

5 years ago

2.0.0

6 years ago