项目作者: Video-io

项目描述 :
Node.js SDK for communicating with Video.io services
高级语言: JavaScript
项目地址: git://github.com/Video-io/videokit-nodejs.git
创建时间: 2020-10-02T01:53:57Z
项目社区:https://github.com/Video-io/videokit-nodejs

开源协议:BSD 3-Clause "New" or "Revised" License

下载




Known Vulnerabilities
js-standard-style

Video.io SDK for Node.js

Install

  1. npm install @video-io/videokit-nodejs

Usage

  1. const { VKitClient } = require('@video-io/videokit-nodejs')
  2. const vkit = new VKitClient({
  3. appSecret: 'YOUR_APP_TOKEN'
  4. })
  5. const { sessionToken, expiresAt, identity } = await vkit.getSessionToken('END_USER_ID')

License

Copyright @ 2020 Video.io

Licensed under Apache BSD-3-Clause. Details in the attached LICENSE
file.