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

Webex android sdk - how to mute speaker

We are developing an android app using the Webex SDK for video communication. This app are going to be used in the same room as other such devices. We need a way (function) to fast and easy mute and unmute sound out from the devices speaker. We have…
P. Stokke
  • 1
  • 2
0
votes
1 answer

Alertmanager webex integration

I am trying to integrate Alertmanager to Webex to receive alerts in channel. For that purpose I was trying webhook_configs. Also I can see webex_configs in https://prometheus.io/docs/alerting/latest/configuration/#webex_config But using…
Satyaki
  • 31
  • 5
0
votes
1 answer

Migrating a CommonJS 'module.exports = function()' to ESM

I am using NodeJS and have been writing JavaScript for a few years now and am still learning. For my CJS modules, I write (what I call) a root function that contains all of (what I call) my sub-functions and then return {subfunction1, subfunction2}…
Jeremy M
  • 179
  • 2
  • 13
0
votes
1 answer

Webex Bot framework how to show user selected button text

I'm using MS Teams bot and Webex teams bot, I have some Adaptive-Card buttons on my bot message and I want to know which Adaptive Card button is pressed, by wrting it as a user message. In MS Teams I can do that: { "type": "Action.Submit", …
user2503775
  • 4,267
  • 1
  • 23
  • 41
0
votes
0 answers

Webex unable to resize smaller, overlap. Ubuntu 21.10

I have downloaded webex for ubuntu 21.10. when I open the meeting window, it overlaps and I can not see the bottom of the window enter image description here I have tried to resize it but it is the smallest size already. Thank you in advance.
abc
  • 1
0
votes
1 answer

Webex Bot integration in .netcore

I am new to the Bot framework, I am trying to integrate WebEx Bot with my .NET core application. can anyone give sample code for integrating the WebEx Bot. Suggest any forum to check I created sample Bot which is on the Bot framework template and I…
Naveen
  • 1
  • 1
0
votes
1 answer

Webex Teams Webhook with API Gateway and Lambda

I am using a fairly standard pattern of a Webhook with the called endpoint provided by AWS API Gateway and a backend Lambda. Webex Teams webhooks allow you to provide a secret which is used to sign the outgoing payload with the resulting hash sent…
0
votes
2 answers

Create array and randomize node.js array

I'm trying to write a cisco webex bot which get all people in the space(room) and randomly write only one name. I have this code framework.hears("daily host", function (bot) { console.log("Choosing a daily host"); responded = true; // Use the…
0
votes
0 answers

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length')

I need to get my details using API on Webex, but i when i click on the button that suppose to get an output of my details, instead i get this error. edit: I tried to add console.log(data) as commenter huy suggested, but it only displays my details…
anonymous
  • 1
  • 1
  • 3
0
votes
0 answers

Suggestions needed regarding an approach for Bot announcement System

We'd implemented a Java based bot announcement system it will accept a max of 60k users per request, we have used parallel processing with a 300 threads. It was able to complete the task in approx 3 to 4 hours. The problem is if one user initiated a…
0
votes
1 answer

Webex to Dialogflow

Hello I am creating a bot in Webex for testing reasons. I am using Visual Studio Code, Dialogflow, Google Sdk, and docker to create this. If you would like to follow along the github repo…
0
votes
0 answers

WebEx JS Integration is not showing video from host

we have an Angular app which handles webex communications. ALl is working fine. User on smarthpone is asked for permissions on microhpone and camera. Seesion is open, video and voice is send by user. Problem is the host. Voice is send, but video…
0
votes
1 answer

Shibboleth 2.4.5 Not Releasing Needed Attributes

We have set up the IDP Shibboleth for the Single-Sign-On integrated with Cisco Webex but we keep on getting unauthorized access because the IDP is not passing the uid which is needed by the Webex to authorize access. The response from IDP always…
arehman
  • 13
  • 6
0
votes
1 answer

is there a way to configure webex to automatically mute a participant when they start typing?

I would like to know if we can configure webex session to mute participants audio while they are typing. WebEx should automatically detect typing noise and mute that audio.
0
votes
1 answer

Cisco Webex - new attendeeSendVideo option

Aparently Cisco Webex has upgraded their APIs and now the service CreateTrainingSession has a new option attendeeSendVideo, that option turns ON attendees web cameras by default. The documentation does not mention where to put the new option…
victorhazbun
  • 786
  • 8
  • 16