1.1.64 • Published 10 days ago

hx-roomclient v1.1.64

Weekly downloads
-
License
MIT
Repository
-
Last release
10 days ago

hx-roomclient

好信云会议客户端加入会议室方法,仅适用与加入好信云mmr,也封了一些webrtc处理本地音视频流的方法

一、安装方式

npm install hx-roomclient

npm publish --access public

二、使用方式

import RoomClient from 'hx-roomclient';


RoomClient.instance().getLocalEquipment(); // 获取本地所有可用设备

// 监听用户设备变化
RoomClient.instance().on('userMedia', (data: any, parentKey: string): void => {
    console.log(data, parentKey)
});
1.1.64

10 days ago

1.1.63

13 days ago

1.1.6

4 months ago

1.1.62

4 months ago

1.1.61

4 months ago

1.1.5

4 months ago

1.1.48

4 months ago

1.1.47

4 months ago

1.1.46

5 months ago

1.1.45

5 months ago

1.1.44

5 months ago

1.1.43

6 months ago

1.1.42

6 months ago

1.1.41

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago