0.0.6 • Published 2 years ago

heyou-im v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

集成和祐医院im sdk事项

1、从4a获取认证code 2、申请业务主键、业务类型 3、npm install heyou-im

script 标签引入方式

<script src="./xxx/heyou-im.umd.cjs"></script>

hyImSDK.initByCode('99ce5d18-eeaa-4f71-81dc-92b7c2610153')
hyImSDK.default.on('sdk_ready', function () {
   console.log('sdk_ready')
})
hyImSDK.default.sendTextMessage({
   receiver: 'zengly',
   msgBody: '文本消息',
   bizId: '276891775877408359267',
   bizType: '',
})

es 引入方式

import hyImSDK, { initByCode } from 'heyou-im'

initByCode('436e007b-462e-4317-bad8-9a1f01ffab37')
hyImSDK.on('sdk_ready', function () {
   console.log('sdk_ready')
})
hyImSDK.sendTextMessage({
   receiver: 'zengly',
   msgBody: '文本消息',
   bizId: '276891775877408359267',
   bizType: '',
})
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago