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

1.0.2 • 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 @dyteinternals/react-native-webrtc

Note: For platform specific installation instructions, please refer to the Documentation.

Usage

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

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

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/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

115

Version

1.0.2

License

none

Unpacked Size

459 kB

Total Files

87

Last publish

Collaborators

  • dyteindia