Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Create WebEx meeting #130

Closed
sakhanej opened this issue Jun 9, 2021 · 3 comments
Closed

Cannot Create WebEx meeting #130

sakhanej opened this issue Jun 9, 2021 · 3 comments

Comments

@sakhanej
Copy link

sakhanej commented Jun 9, 2021

Premise:

  • Trying to create a Single page React app
  • used the components defined for Creating and Joining the meeting.
  • Able to connect and authenticate with access token

Issue:

  • when trying to get the meeting created, getting below errors:
index.js:1 Get Meeting error:  Error: Could not find meeting with ID "sakhanej@cisco.webex.com"

MeetingsSDKAdapter.js:587 Uncaught Error: Could not find meeting with ID "sakhanej@cisco.webex.com" to add audio control

and above continues for video, share, remote

On investigation of API, the /people API is returning nothing, while get meeting details does get the meeting details.
https://hydra-a.wbx2.com/v1/people?email=sakhanej%40cisco.webex.com

@lalli-flores
Copy link
Collaborator

@sakhanej, the meeting ID is not the same thing as the meeting destination. A user email is a destination, once you start a meeting, that will generate a meeting ID.
Without sharing how you're using the components, you need to use the useMeetingDestination() hook what would give you that ID, or you can use withMeeting() HOC

@sakhanej
Copy link
Author

sakhanej commented Jun 9, 2021

I am seeing the error in the fetchMeeting() function in SDKComponentAdapter.js. while creating meeting, this function returns "undefined"

@lalli-flores
Copy link
Collaborator

fetchMeeting() is a private method. Developers are not meant to access any methods other than those outlined on the interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants