Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a webex integration, where I'd like to allow the user to enter different webex credentials for the grant flow that gives permission for my integration to use webex APIs. Is there something like a request to https://webexapis.com/v1/logout that...
In a webex embedded app, that also uses API integration, I'm using GET /v1/meetings to get a list of meetings for the current user. Usually the result is correct, containing information about the current meeting. But sometimes the result is just an e...
An embedded app can get a meeting object that includes an id value and a conferenceId value. My embedded app also has an integration with the REST API, and I want to get more meeting information from the REST API using https://webexapis.com/v1/meetin...
I'm developing a webex embedded app, which also uses the webex REST API. I'm looking for a way to programmatically move a particular participant's video to the stage, then sync the stage. Basically I want to automate this:* click on a participant vid...
I have a webex embedded app that needs to do some cleanup when the meeting ends, or when the current participant leaves the meeting. I tried handling events for "meeting.infoChanged" and "application:displayContextChanged", but they don't seem to be ...
Jeff,Thank you for the suggestions, I will try it.Will this work for in-progress "ad hoc" personal room meetings, and instant meetings (started from a webex space), without being scheduled in advance? Or are you saying the user can find information o...
Our production app uses the participantEmail parameter. Are you saying the production webex API is already ignoring this parameter, so it doesn't matter what the value is?Maybe I wasn't clear about what my app needs. I need a way to get some basic in...
I'd like to explore this further, as this is exactly what I am trying to do. I use /v1/meetings?meetingType=meeting&state=inProgress&participantEmail=<current_user_email_addr> to try to find information about the meeting the user is currently partici...
I was disappointed that non-host (or non organizer?) participants often (always?) couldn't get any information about the meeting they are in. But I've sort of accepted it for now, and am focusing on getting the organizer/host to work reliably.Thanks ...