@dytesdk/web-core
TypeScript icon, indicating that this package has built-in type declarations

1.32.1 • Public • Published

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({
    roomName,
    authToken: resp.authToken,
    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.joinRoom();

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.

/@dytesdk/web-core/

    Package Sidebar

    Install

    npm i @dytesdk/web-core

    Homepage

    dyte.io

    Weekly Downloads

    2,488

    Version

    1.32.1

    License

    none

    Unpacked Size

    6.24 MB

    Total Files

    20

    Last publish

    Collaborators

    • dyteindia