Skip to content

Crewdle/mist-connector-webrtc-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crewdle Mist WebRTC Browser Connector

Introduction

The Crewdle Mist WebRTC Browser Connector utilizes the WebRTC API provided by web browsers to establish peer-to-peer connections within the Crewdle Mist platform. This connector enables direct communication and data transfer between peers, leveraging the WebRTC protocol for real-time interactions. Its integration with browser-based WebRTC functions eliminates the need for external plugins or software. This connector is particularly useful for developers requiring real-time communication capabilities in their applications, providing a straightforward method to incorporate these features within the decentralized Crewdle Mist architecture.

Getting Started

Before diving in, ensure you have installed the Crewdle Mist SDK.

Installation

npm install @crewdle/mist-connector-webrtc-browser

Usage

import { WebRTCBrowserPeerConnectionConnector } from '@crewdle/mist-connector-webrtc-browser';

// Create a new SDK instance
const sdk = await SDK.getInstance('[VENDOR ID]', '[ACCESS TOKEN]', {
  peerConnectionConnector: WebRTCBrowserPeerConnectionConnector,
});

Need Help?

Reach out to support@crewdle.com or raise an issue in our repository for any assistance.

Join Our Community

For an engaging discussion about your specific use cases or to connect with fellow developers, we invite you to join our Discord community. Follow this link to become a part of our vibrant group: Join us on Discord.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published