You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@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
Premise:
Issue:
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
The text was updated successfully, but these errors were encountered: