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

0.9.4 • Public • Published

Logo

React Native Core

React Native SDK that provides Dyte's core functionality in mobile.
Explore the docs »

· 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

  1. Install NPM packages
npm install @dytesdk/react-native-core

Usage

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

const meeting = await DyteClient.init({
    roomName: <roomName>,
    authToken: <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

react-native-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.

Package Sidebar

Install

npm i @dytesdk/react-native-core

Weekly Downloads

58

Version

0.9.4

License

none

Unpacked Size

438 kB

Total Files

76

Last publish

Collaborators

  • dyteindia