Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Since build 2.0.160 Web SDK is available as NPM package @flashphoner/websdk

npm i @flashphoner/websdk

The package contains the source code to build a custom bundle and pre-build bundle to use in browser

<script type="text/javascript" src="node_modules/@flashphoner/websdk/flashphoner.js"></script>

Demo examples are available in package examples subfolder

Using RoomApi in React application

The following additional import is necessary to make main WebSDK functions work correctly while using RoomApi in React application

import * as Flashphoner from '@flashphoner/websdk/src/flashphoner-core.js';
  • No labels