DRAG DROP
Refer to the exhibit. A Webex device In-Room Control editor screenshot and associated Macro code is shown. Drag and drop the code snippets to complete the
JavaScript Macro that launches a call when the Call button on the custom control panel is touched. Not all options are used.
Select and Place:
Reference:
https://www.cisco.com/c/dam/en/us/td/docs/telepresence/endpoint/ce98/sx-mx-dx-room-kit-boards-customization-guide-ce98.pdf
Refer to the exhibit. A developer must construct an HTTP Request to use the XML API to set a Personal Meeting Room PIN for a given user.
Which code completes the code to create the request?
d
The post method can be used for HTTP request that sets up a personal metting room PIN for a user.
DRAG DROP
Refer to the exhibit. A training coordinator must post links to Webex recordings on a company SharePoint site. This is usually a manual process, but a DevOps engineer wants to automate it using Webex XML APIs. After a sucessful LstRecording call wrapped in xml2js, the console dir(result)' output is shown in the exhibit. Using dot notation', drag and drop the code below onto the code snippet to output the streamURL for each recording.
Select and Place:
DRAG DROP Drag and drop the code to complete the JavaScript code snippet to create a meeting using the Webex Meetings XML API. Options may be used more than once.
Select and Place:
Refer to the exhibit. With this in-room configuration, which command successfully sets the slider to 50?
a
Reference:
https://www.cisco.com/c/dam/en/us/td/docs/telepresence/endpoint/ce98/sx-mx-dx-room-kit-boards-customization-guide-ce98.pdf
Which two statements about using the Compliance Office role to manage data in Webex Teams are true? (Choose two.)
ce
Reference:
https://developer-portal-intb.ciscospark.com/docs/api/guides/compliance
Refer to the exhibit. A webhook has been created so that an application is notified when users mention a bot in a Webex Teams space. The exhibit shows an example of a notification received by the application. Which code snippet correctly processes the JSON payload using the Webex Node.js SDK in order to print out messages that mention the bot?
A.
B.
C.
D.
b
Which XML snippet does an admin use with a Webex Meetings XML API request to retrieve info on multiple users?
a
Reference:
https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!getuser
Which two statements about Webex Teams refresh tokens are true? (Choose two.)
bc
Reference:
https://auth0.com/learn/refresh-tokens/
DRAG DROP Drag and drop the code to complete the JavaScript snippet so that it:
retrieves the details of an individual user
checks what licenses they have already
updates their account with a new license
Options can be used more than once.
Select and Place: