https://github.com/echobind/zoomus-instantsdk
https://github.com/echobind/zoomus-instantsdk
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/echobind/zoomus-instantsdk
- Owner: echobind
- Created: 2021-02-17T02:43:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T02:49:39.000Z (over 5 years ago)
- Last Synced: 2025-10-20T04:23:52.344Z (8 months ago)
- Size: 2.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-instant-sdk
## config host
```
10.100.49.89 litesdk.zoomdev.com
10.100.49.89 lsdk.zoomdev.us
10.100.49.89 rwgdev4989.zoomdev.us
```
## Git repostory
git@git.zoom.us:web/web-instant-sdk.git
## run web-instant-sdk sample code
yarn dev -- --module=participant
yarn dev -- --module=video
yarn dev -- --module=audio
yarn dev -- --module=chat
yarn dev -- --module=sharing
## generate doc
npm run build:doc
## znpm publish to @zoom/instantsdk
https://npm.zoomdev.us/package/@zoom/instantsdk
npm run znpm-publish
## markdown use
https://github.com/mixu/markdown-styles
```bash
generate-md --layout mixu-gray --input ./doc --output ./dochtml
```