Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@huddle01/huddle01-client

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huddle01/huddle01-client - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc