Questions tagged [webex]

Online webinar software created by Cisco

Webex, by Cisco, is platform for conducting webinars. Users can share computer screens/applications and call in to a conference line or use their computers for audio. There are desktop and mobile clients for interfacing with Webex web sessions. To join a web session from a mobile client and use the same device for audio, users must be on WiFi or have a carrier that supports data and phone simultaneously.

86 questions
8
votes
0 answers

How to convert .arf file into .mp4 or any other format in linux

How to convert .arf file into .mp4 or any other playable format? I went through this link This was fine until I got this: Converting {path to arf} to {destination} Retrieving video data, fps=4... At the destination no converted file appeared.
Rashmi Nama
  • 101
  • 5
7
votes
2 answers

how CISCO able to integrate webex plugin for outlook mac

I am developing a plug-in for outlook mac, I have search all over Google and community and everyone told me that its not possible to make Add-in for Outlook mac because it's simply doesn't support and I admitted but I have just seen the WebEx plugin…
Retro
  • 3,985
  • 2
  • 17
  • 41
5
votes
3 answers

How can I use the WebEx URL/XML API to register a user for an event?

I'm working on a website for a client where users can sign up for events. Now the client wants to integrate WebEx and automatically register users to WebEx events after they signed up for the event on our site and paid for it an all. I checked out…
David Behler
  • 179
  • 1
  • 2
  • 8
5
votes
1 answer

Webex: How to list hosts meetings

Using PHP I need to get a list of company webex meetings and show them on web page I tried the code on this page: https://developer.cisco.com/site/webex-developer/develop-test/xml-api/sample-code/ But that failed.
Jez D
  • 1,461
  • 2
  • 25
  • 52
5
votes
1 answer

WebEx XML API not returning actual meeting attendee list

I'm using the WebEx XML api to "get meeting attendees". get meeting attendees https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/ When I call https://siteName.webex.com/WebExUtils.XMLURL the response only…
4
votes
0 answers

How to read and parse a multipart response as a stream?

I am creating a java process to download WebEx recordings using their NBR API's NBRFileOpenService call. It returns a multipart response with the recording file contents attached. I have it somewhat working with the code below. However, when the…
rohant
  • 41
  • 3
4
votes
1 answer

Unable to start webex on firefox 36

I am unable to start webex and getting following error while entering in room on webex "Your browser, browser version, or operating system is currently unsupported." I am using firefox 36 on ubuntu 14.04. I tried using webex testing site…
big
  • 1,888
  • 7
  • 28
  • 48
4
votes
1 answer

How to add window extentions similar to the skype productivity tools for skype?

All, If you install the Webex productivity tools and have skype installed it adds a window decoration from where you can click a button and it will automatically paste into the conversation box a new webex conference link. I would like to do…
MrChris
  • 117
  • 7
3
votes
2 answers

Cisco WebEx: Problem generating a new code for a new set of tokens using Python 2.7

Questions at bottom. Explanation: We're trying to automate different aspects of the Cisco WebEx API. For instance, getting all devices and device data from the API and then presenting it. The devices could show connectivity status, locations and…
Cow
  • 2,543
  • 4
  • 13
  • 25
3
votes
2 answers

Custom redirect URI to macOS app not working

Purpose of the redirect I am working on an application that integrates with Cisco's Webex Teams Api. Unfortunately, for macOS they don't have an SDK (they only do have one for iOS), so I am trying to authenticate with their Api kind of "manually".…
appfrosch
  • 1,146
  • 13
  • 36
3
votes
1 answer

failed to get correct parameters while downloading the meeting component

When I am trying to open Webex from my PC, I am getting this error : failed to get correct parameters while downloading the meeting component I have tried looking into CISCO community but no answers are present. Please help me out since I am unable…
ASharma7
  • 726
  • 3
  • 8
  • 27
3
votes
1 answer

Webex XML APIs to schedule meeting on behalf on another user

I have been working with the Cisco Webex XML APIs to perform all the CRUD operations on the single instance of meeting as well as the recurring meetings. I wish to know, if there is a way using the current XML APIs to schedule a meeting on behalf…
Sagar
  • 101
  • 1
  • 1
  • 11
3
votes
1 answer

Reliable method for detecting if Webex Client is running

What is the best method for determining if the Cisco Webex client is running on a user's computer? Currently, I'm checking for a running process like this: public static bool IsWebExClientRunning() { // webex process name started from internet…
Cameron Tinker
  • 9,634
  • 10
  • 46
  • 85
3
votes
2 answers

How to use WebEx's XML-API with SSO (SAML)

I am writing a small tool to open a WebEx with our support customers using the support ticket information. When the site used Username/Password I could make it work, now we use SSO. The WebEx server is already setup to accept SSO (by our IT manager…
Lockszmith
  • 2,173
  • 1
  • 29
  • 43
2
votes
1 answer

getting 400 error when trying to update Webex user through API

I'm trying to update a value received from API in JSON and send it back. I updated the value as the following code but when I try to send it back "PUT" I get error 400 Bad Request the API can be found here: Webex Update a Person API could someone…
Hussein
  • 21
  • 1
1
2 3 4 5 6