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
0
votes
1 answer

Cisco Webex windows application read my outlook calendar without any authorization

I received a webex invitation, I downloaded the windows client and installed it. I was surprised to see that webex was able to read all my outlook calendar entries without any authentication or authorization. I could not find in the internet any…
pksec
  • 63
  • 7
0
votes
1 answer

How to integrate MS Bot with Webex teams using botbulilder webex adapter using node js

I am trying to integrate MS Bot developed in node js with webex teams using botbuilder webex adapter as follows //creating webex adapter for bot channel const adapter = new WebexAdapter({ access_token: process.env.ACCESS_TOKEN, public_address:…
vaatsalya
  • 1
  • 3
0
votes
1 answer

Webex guest issuer integration with widgets -- Create team web api issue

I am trying to create a Webex team using the following process. But not working. I had created JWT token and exchanged it for access token which I had passed in to the Authorization header in the API call. But I keep getting the error message that…
Binoy
  • 151
  • 1
  • 14
0
votes
1 answer

is there a way adding webex meeting to use google calendar api?

I'm beginner looking for way to make schedule adding webex meeting.. i found google calendar API, but it seems only support hangout / meets.. is anybody know the way to add webex meeting in conference type?
chichoi
  • 3
  • 1
0
votes
1 answer

java HttpsURLConnection setRequestProperty equivalent in PrintWriter

This is only an exercise. I'm wondering if there is an equivalent of this code: String https_url = "https://api.ciscospark.com/v1/rooms"; URL url = new URL(https_url); HttpsURLConnection connection =…
sefiroths
  • 1,555
  • 3
  • 14
  • 29
0
votes
2 answers

Parsing XML in C# from stream

I've tried several methods, from Linq to loading the data to an XML document, but i can't seem to be able to return the result that i need. here's the example XML:
Phillip
  • 3
  • 1
  • 2
0
votes
1 answer

What is difference between meetingTypes and supportedServices in webex system

Request URL - I tried to get user details from rest API and in that response, i say supportedServices and meetingTypes as below 220
Anand Dhage
  • 109
  • 17
0
votes
1 answer

Webex Productivity Tools - Disable Automatic Updates

We´re Using the "Webex Productivity Tools" in our Environment. Our users are working without any Admin rights. Every week I have to install manual updates since the users are unable to do this themselves but are still receiving popups requesting…
Daniel4711
  • 402
  • 10
  • 24
0
votes
2 answers

How do I get the registerID and log a user into a Webex meeting?

Per the documentation for the CreateMeetingAttendee command: If is enabled in the CreateTrainingSession or CreateMeeting request, then CreateMeetingAttendee returns a unique registerID for each attendee. This registerID value can be specified when…
Nicholas
  • 1,974
  • 4
  • 20
  • 46
0
votes
1 answer

asp.net site demo over webex, weird issues seen

Our customer experienced multiple errors on a demonstration to a customer of theirs. The site is asp.net 3.5 based and has been running pretty well lately. They said 2 hours later site was ok again... (needless to say they are not happy) The traces…
Solyad
  • 240
  • 4
  • 15
0
votes
0 answers

How does WebEx addin knows that it's a WebEx Appointment it's updating in Outlook?

When I Cancel or Modify an Appointment in Outlook, how does WebEx knows that it's a WebEx meeting? Does it use event handlers on all AppointmentItems and check for the WebEx footer? Or is there a flag or property set on the AppointmentItem? (Which…
Westerlund.io
  • 2,743
  • 5
  • 30
  • 37
0
votes
1 answer

Import WebEx .arf into Camtasia for Mac as a media file

How can one import a WebEx recording (.arf file) into Camtasia 2 for Mac as a media file? I've read https://support.techsmith.com/hc/en-us/articles/203727178-Camtasia-Mac-Formats-able-to-be-imported-to-the-timeline, which lists the supported import…
dmohr
  • 2,699
  • 1
  • 22
  • 22
0
votes
1 answer

How to get number of attendees or participants in an ongoing meeting using webex API

I am using Webex API. I am stuck in one thing, Question is how can i get number of attendees or participant in an on going session ?
Ahmed Khakwani
  • 410
  • 2
  • 8
  • 18
0
votes
2 answers

SAML SP complaining "Invalid digital signature"

We are trying to setup a custom SAML integration with the Cisco WebEx. However WebEx SP keeps complaining about the "Invalid digital signature" after the SAML Response is sent to WebEx. We have already inspected the SAML Response, Signing Cert, and…
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
0
votes
1 answer

Error 110002 when creating new event via XML API?

I am getting following error msg when trieng to create new vent using WebEx xml api. I am using the same example given in "Cisco WebEx XML API v5.9" create event section. The user or site does not support this meeting type Exception ID:…
Rajneesh Kumar
  • 167
  • 1
  • 13