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
2
votes
3 answers

Html table in CISCO Webex Teams

Has anyone tried printing/sharing a html table in Cisco Webex (with markdown or anything)? I have been trying, but never works. Not formatted correctly
Venu S
  • 3,251
  • 1
  • 9
  • 25
2
votes
1 answer

Joining a Webex conference using Twilio api

I want to join Webex conference using Twilio api. I am using Call class like this: Call call = Call.creator(toNum, fromNum,…
Amit
  • 21
  • 2
2
votes
1 answer

Python - split files

I currently have a script that requests a file via a requests.post(). The server sends me two files in the same stream. The way I am processing this right now is to save it all as one file, open it again, split the file based on a regex string,…
sevredox
  • 33
  • 6
2
votes
1 answer

PHP SOAP read the binary response from Cisco NBR downloadNBRStorageFile API and create .ARF file out of it

I am trying to use the NBR API for downloading the recording from WebEx server. When I run a downloadNBRStorageFile SOAP request(using postman) it responds with the webex recording in a stream. In response When I check the response from the API in…
Sathishkumar R
  • 181
  • 1
  • 1
  • 7
2
votes
0 answers

SOAP API - download binary recording mulitpart response c#

I am trying to use the NBR API for my webex site. When I run a downloadNBRStorageFile SOAP request it responds with the webex recording in a stream. WebResponse response = request.GetResponse(); Stream responseStream =…
2
votes
5 answers

Open source alternative to WebEx WebOffice?

I have a client who has been using WebOffice (from WebEx) for a variety of tasks within their small organization. The problem is that they only really need a small subset of the features WebOffice provides (Contact list, Database, and Document…
Dieseltime
  • 982
  • 6
  • 11
2
votes
1 answer

When to use Media Streaming Engine and WebEx meeting and can they compliment each other

I am kind of newbie in the field of Live Media content streaming. I am searching for RTMP compatible Streaming media solutions and there are many ..Wowza is one and then there is tokbox. So my question is, if I want to stream a live content I can…
Andy
  • 2,493
  • 6
  • 37
  • 63
2
votes
1 answer

Opening/decrypting Webex Connect db3 file

So I have a lot of instant message logs/history that I want to back up from my chat client, Cisco WebEx Connect in Windows 7. These are stored under C:\Users\\AppData\Local\WebEx Connect\Archive and the file is called "myemailaddress".db3 After…
Lou Barlow
  • 21
  • 1
  • 2
1
vote
0 answers

Is there a way to automate a Webex chat whenever a GitHub merge is committed?

We have a GitHub repository where we great a pull request, make changes locally and then push that commit out to the master branch. After approvals — the master branch gets updated. After the local branch changes, approvals, and final commit — we…
Yaz
  • 11
  • 1
1
vote
1 answer

Curl returns success, but API call fails

I'm using Webex's URL API and for some reason, when writing a simple PHP cURL request to the URL, the API returns failure. But if I pass in the same post parameters into a form, and the form's action attribute equals that API endpoint, the API…
Kristian
  • 21,204
  • 19
  • 101
  • 176
1
vote
0 answers

How to detect webex meeting or google meeting in progress

I would like to automate disabling breaks in stretchly while a webex meeting or google meeting is in progress on my PC. I'm using win10. Unfortunately, both Webex and google meeting do not spawn a new process when the meeting is in progress.…
Vitek
  • 71
  • 5
1
vote
0 answers

Webex IOS SDK initialize not return callback

when starting SDK in Webex integration SDK I did not return a callback on the device but work fine simulation webex.initialize { result in if result { print("User is authorized") …
Amr Saied
  • 38
  • 7
1
vote
0 answers

How to check if MS teams app is shared in cisco webex meeting

I am writing a MS Teams plugin in C#. I need to act differently in my plugin code when MS Teams app is shared in Cisco Webex meeting as an app sharing. Can somebody help me how can I get to know in my plugin code (which is running in a separate…
1
vote
0 answers

generate meeting in webex using bookly wordpress

I am using a bookly pro to schedule a session with a practitioner and I have purchased the plan with Webex to conference meeting in video OR audio however I did not get any reference to do it in WordPress. They give me some of SDKs…
Tejas Gajjar
  • 250
  • 1
  • 11
1
vote
0 answers

Send window height width , toolbar=0 menubar=0 in url for webex adaptive cards

I am sending a URL in actionset for Webex card API. This opens up in a new tab. is there a way to send JS parameters so that it opens in custom window size without toolbars? "type": "ActionSet", "horizontalAlignment": "Right", actions": [ …