@dytesdk/web-core
v3.1.11
Published
A SDK that provides Dyte's core functionality.
Readme
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-coreUsage
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 [email protected].
The names and logos for Dyte are trademarks of Dyte, Inc.
We love open source software! See our other projects and our products.
