video-saas-client 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ npm install video-saas-client
10
10
 
11
11
  ## Getting a token
12
12
 
13
- Tokens are generated server-side using [video-saas-admin](https://www.npmjs.com/package/video-saas-admin). Never expose your API key in the browser.
13
+ Tokens are generated server-side using [video-saas-admin](https://www.npmjs.com/package/video-saas-admin). Never expose your API key in the browser. For API key access, contact nafiztalukder4@gmail.com.
14
14
 
15
15
  1. **Install the admin package** in your backend:
16
16
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "video-saas-client",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Video calling SDK for Video SaaS",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",