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 am trying to get the room id that relates to the id's in the WebEx API from the room id that you can retrieve in the embedded app sdk and can not seem to find any documentation, examples, or any conversation about the problem. Can someone please po...
The problem ended up being that the ID that you retrieve from the REST API is a string with a region path and the id at the end, base64 encoded. If you decode the ID you recieve from the REST API and remove everything before, and including the last s...