@huddle01/huddle01-client
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@huddle01/huddle01-client", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "./index.ts", | ||
@@ -5,0 +5,0 @@ "types": "./index.ts", |
@@ -45,4 +45,6 @@ # Huddle01 Client SDK | ||
Configure `huddleClient` | ||
Configure `huddleClient` by passing your API key | ||
> **_NOTE:_** If API key is not passed your app will be rate limited and might not work. | ||
```jsx | ||
@@ -49,0 +51,0 @@ const huddleClient = getHuddleClient(apiKey); |
@@ -16,3 +16,3 @@ import { ProtooUrlData } from './schema'; | ||
if (apiKey) | ||
return `wss://sdk.huddle01.com/?roomId=${roomId}&peerId=${peerId}`; | ||
return `wss://ms-us01.huddle01.com/?roomId=${roomId}&peerId=${peerId}`; | ||
@@ -19,0 +19,0 @@ const hostname = window.location.hostname; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143642
84