Example of Webex Guest Issuer App in Node.js

This example illustrates how to create a server-side Webex Guest Issuer application that create an instant Webex Widget, see screenshots below for more details about the app.

Pre-requisites:

  • you must be part of a Webex paying organization to use the Webex Guest feature
  • create a new Guest application
  • place your Guest Issuer id and secret in the .env file or on the command line (see quickstart on glitch and on the command line below)

Quick start on Glitch

Click Remix on Glitch

Open the .env file and paste the 'Guest Issuer' identifier and secret for your application.

Your app is all set.

Click Show to run the demo

Run the sample locally

git clone https://github.com/ObjectIsAdvantag/guestissuer-widget-sample
cd guestissuer-widget-sample
npm install
DEBUG=lab* GUEST_ISSUER="XXXXX" GUEST_SECRET="YYYYY" node server.js

Roadmap

Screenshots

First enter the info for the guest user, and the email of the Webex user you want to contact:





Then, simply chat, call, share files:

View code on GitHub

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.