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
1
vote
0 answers

Parcel build & IE11: regenerator-transform fails because it finds a for-of statement (ForOfStatement) within a generator

I try to build a small app based upon Webex web SDK, internally requiring regenerator-transform. Here is my package.json simple file: { "scripts": { "serve": "yarn build", "build": "parcel index.html --out-dir dist --public-url ./", …
guillaumepotier
  • 7,369
  • 8
  • 45
  • 72
1
vote
1 answer

Update web-ex host account from admin account using web-ex XML API

I want to update host accounts from a admin account. I'm trying to do it using "SetUser" XML API of webex. I can do it successfully using the host credentials to update host account, But unable to do the same when I user admin credentials. Below is…
Sneha
  • 13
  • 4
1
vote
1 answer

Xbap Application - The download of the specified resource has failed, works in WebEx Session

A colleague has an issue with an xbap Application: When accessing the URL, the following message appears Startup URI: https://app.service.url/App.Client.xbap Application Identity: The download of the specified resource has…
print x div 0
  • 1,474
  • 1
  • 15
  • 33
1
vote
1 answer

How do you login via the WebEx URL REST API?

I'm new to the Webex API and am trying to run my first few calls. Starting with a login call, it looks to me like our REST url for that should be https://[ourSite].webex.com/[ourSite]/p.php?AT=LI What I’m unclear about is how to authenticate. The…
Nicholas
  • 1,974
  • 4
  • 20
  • 46
1
vote
1 answer

PHP XML response start tag expected, but i see it in var_dump

I have the following being returned var_dump: string(799) "
aibarra
  • 409
  • 1
  • 7
  • 17
1
vote
1 answer

Cisco Webex API Exception

I have successfully consumed several other Webex APIs but the "LstrecordaccessDetailHistory XML Request" doesn't work. I got this message from the XML response: unable to instantiate …
sfdcnoob
  • 777
  • 2
  • 8
  • 19
1
vote
1 answer

webex interferes with web application

I received a complaint about buttons disappearing and odd formatting of a web application that I support. Upon troubleshooting, it seemed that the only thing new about the environment (which was previously working fine) was the installation of…
mson
  • 7,762
  • 6
  • 40
  • 70
1
vote
2 answers

Webex API Usage without using Personal Domain

I want to use Webex API [www.webex.com] to create meeting from my site. For that I need my own domain in the case of URL API in this way: "https://yourWebExHostedName.webex.com/yourWebExHostedName/". And in the case XML API, I need WebexID, SiteID,…
SamSol
  • 2,885
  • 6
  • 37
  • 56
1
vote
3 answers

Adding to registry without manifest in MS Office AddIn

I am making a Outlook 2007 AddIn in c#. So while making the setup file I need to modify the registry entries. One of them is is "Manifest" string which has the link to the AddIn's manifest file. By loading this the office application loads the…
Prakash
  • 823
  • 12
  • 28
0
votes
1 answer

AJAX chat client for Cisco WebEx Connect

I'm working on creating a chat client that is supposed to interface with Cisco's WebEx Connect IM. I'm using Cisco's CAXL library and I got it to work with gchat, which seemed a reasonable XMPP start-point. However, now I'm totally stuck. What…
Charles Offenbacher
  • 3,094
  • 3
  • 31
  • 38
0
votes
0 answers

Dual Authentication in Webex: SSO and ID/Password

I have a question about setting up SSO in webex. Is there an option to also support ID/Password authentication in case the IdP(Azure AD etc..) goes down due to a failure? I could not find such a setting in the Webex Control Hub.
0
votes
0 answers

Webex-BOT, Bot page open event

I need the following: Send "Welcome" message to user , when the user opens the webex BOT message page. I can't find any way for this. for example: Slack app have event like this: {"type": "app_home_opened", "tab": "messages"} I would like to know,…
Ka Mk
  • 1
0
votes
0 answers

Creating Incoming Webhook URL With BOT Email

I am trying to integrate gitlab with webex_teams. When I create webhook url using incoming webhooks app, notification profile showing my cisco account email. Instead of that I created a bot for this notifications. But not sure how to create incoming…
0
votes
0 answers

Webex SDK for Flutter Mobile Application

Im quite new in Flutter and trying to build a flutter mobile application that can integrate Webex SDK in it. But so far I can't really find any documentations about integrating Webex SDK into a Flutter application. My question is, is it possible as…
0
votes
0 answers

Webex webhooks locale?

I'm trying to develop a bot for Webex. The documentation recommends using the Webhooks. It looks easy to implement, the only missing piece is the language of the user. With Microsoft Teams, I have access to a "locale" attribute inside the payload…
BenoitD
  • 525
  • 1
  • 6
  • 16