Skip to content

WebexSamples/webex-g2g-app

Repository files navigation

Guest to Guest Meeting Facilitator

The Guest to Guest Meeting Facilitator is a service app that allows users to create and manage Webex meetings on behalf of other users. This project is a reference implementation of the Service Apps as G2G Meeting Facilitator Guide.

App Screenshot

Getting Started

To get started with this project, you'll need to obtain a service app access token. Follow the steps below to generate the token:

  1. Go to the Webex Developer Portal and sign in.
  2. Navigate to the Service Apps as G2G Meeting Facilitator Guide documentation.
  3. Follow the instructions in the guide to generate a service app access token with the mandatory scopes guest-meeting:rw, meeting:schedules_read, meeting:schedules_write, and any additional desired scopes.

Installation

  1. Clone the repository:
git clone
  1. Install the dependencies:
pip install -r requirements.txt

Usage

  1. In the .env.sample file, set the environment variable WEBEX_ACCESS_TOKEN to the service app access token generated in the Getting Started section.
  2. Rename .env.sample file to .env.
  3. Run the app:
flask run
  1. Open a browser and navigate to http://localhost:5000/ to access the app.
  2. Create a new meeting by entering the meeting details and clicking the Create Meeting button.
  3. Create meeting join links for the meeting by entering a guest display name and clicking the Create Join Link button.
  4. Copy the join links and share it with each of the guests.

About

Webex Guest to Guest Facilitator App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published