This is a proof-of-concept application that enables users to join into a video call meeting using Webex JS SDK, facilitating a connection between the requester and the agent.
This react native application creates a meeting, create start and join links, sends access token and start link to finesse using task routing APIs and then joins Webex Meeting using Web View.
Make sure you follow these setup instructions before you run the project.
Open a new terminal window and follow the instructions below to setup the project locally
-
Clone this repository and change directory:
git clone https://github.com/wxsd-sales/react-native-webex-meetings && cd react-native-webex-meetings
-
Copy
.env.example
file as.env
:cp .env.example .env
- ACCESS_TOKEN: Please follow these instructions to create a service app and obtain access token. Then add this access token to the env file.
- SERVER_URL: This is the URL of the web server containing Webex JS SDK which renders Webex Meetings
-
Start the application using: For android:
npx react-native run-android
For IOS:
npx react-native run-ios
Make sure you have emulators or physical device connected to run these.
Distributed under the MIT License. See LICENSE
for more information.
Please reach out to the WXSD team at [email protected].