Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all,A teacher here at University of Poitierds has setup a team with students. Teams, in this case, is used as a forum : students will be able to choose in which space they want to go and ask their questions. In order to make selection easier for ...
Hi all,Here at the university of Poitiers, we have two types of users with the following "privileges" : - staff members have access to Meetings modules (except support which is not useful for everyone) and to all Teams - students have only access to ...
Hi all,I encounter a problem as suggested in the subject : a hundred of our 4000 accounts are concerned.A quick explanation :for most accounts, 3 SIP addresses are attributed : one called "cloud-calling" and two called "personal-room" : one of these ...
Hi all,How can I automatically grant the privilege to join meetings from video systems for every users that we create by using the API in our organisation ?When a user is created, we apply a licence template. This template has not changed, but since ...
Hi everyone,Since a few days (maybe 2 or 3 weeks) some users who recently created their account can't join Webex meetings from the video systems we deployed on several rooms. Not possible from Room Kit neither from Polycom devices for example.I've ch...
Hi,Thank you for your reply, I finally found the parameter I'm interested with.But now, the goal is to eventually update a user who is not granted with "isEnableCET" privilege. The request GetUser works like a charm, so I can verifiy if a user has th...
Hi,Thank you for your answer, it is really helpful.I actually did an export : select Users -> Manage Users -> Export List.This export is not the same as the one you indicate : it is slower to obtain and does not embed the same information. For exampl...
Hi all, I found a solution by using promises.A quick example below : const xapi = require('xapi');
//=====
var inputMicId = new Promise(
function (resolve, reject) {
xapi.status
.get('Audio Input LocalInput')
.then( listLocalInput ...
Thank you Mike for your quick answer. That's what I didn't find in the documentation. I finally found some documentation (sx-mx-dx-room-kit-customization-guide-ce95.pdf) where this is explained : - page 20 for buttons - page 21 for group button Thank...