New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dytesdk/web-core

Package Overview
Dependencies
Maintainers
1
Versions
1252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dytesdk/web-core

A SDK that provides Dyte's core functionality.

  • 2.2.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Logo

Dyte Web Core

A SDK that provides Dyte's core functionality.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

The core SDK provides Dyte's core functionality, while letting a developer build a custom UI over it.

Built With

Installation

npm install @dytesdk/web-core

Usage

A meeting object can be created using the DyteClient.init() method.

const meeting = await DyteClient.init({
    authToken: "<AuthTokenHere>",
    defaults: {
        audio: false,
        video: false,
    }
});

The meeting object is used for all interaction with Dyte's servers. For example, the following code snippet is used for a user to join a room.

await meeting.join();

For more examples, please refer to the Documentation.

About

@dytesdk/web-core is created & maintained by Dyte, Inc. You can find us on Twitter - @dyte_io or write to us at dev@dyte.io.

The names and logos for Dyte are trademarks of Dyte, Inc.

We love open source software! See our other projects and our products.

FAQs

Package last updated on 07 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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