Refer to the exhibit. An Action Button' with identifier panel_1' is deployed to the Touch10 interface of a Room Series device. Which event must be inserted into line 14 to turn the music on/off in the conference room?
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:
Answer:
Discussions
0/ 1000
Question 6
Which two items are needed to give a Webex user the ability to archive all Webex Teams messages for an organization? (Choose two.)
A.
Give the user "Read-only administrator privileges" in the Webex Control Hub.
B.
Create an Integration app with all "spark_compliance" read scopes enabled.
C.
Use the Webex Meetings XML API "SetUser" to update the user's "" value to "TRUE".
D.
Configure the user as a "Compliance Officer" in the Webex Control Hub.
E.
Create a Bot app with all "webex_compliance" read scopes enabled.
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?
A.
xmlhttp.open("GET", "https://cisco.webex.com/WBXService/XMLService");
B.
xmlhttp.open("PATCH", "https://cisco.webex.com/WBXService/XMLService");
C.
xmlhttp.open("PUT", "https://cisco.webex.com/WBXService/XMLService");
D.
xmlhttp.open("POST", "https://cisco.webex.com/WBXService/XMLService");
Answer:
d
The post method can be used for HTTP request that sets up a personal metting room PIN for a user.
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 9
Which two statements are true when comparing the SSH, HTTP, and WebSocket interfaces of a Cisco Collaboration device? (Choose two.)
A.
The SSH interface supports XML payloads only.
B.
The SSH, HTTP, and WebSocket interfaces support JSON and XML payloads.
C.
The HTTP interface supports JSON and XML payloads.
D.
Communications can be encrypted for all SSH, HTTP, and WebSocket interfaces.
E.
The WebSocket interface supports JSON payloads only.
Answer:
bd
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 10
A company wants to adopt Webex Teams as a messaging platform and use REST APIs to automate the creation of teams and rooms. Which sequence of REST API requests is needed to create and populate a new Webex team and create a populated Webex room for the team?
A.
POST /teams, POST /memberships, POST /rooms
B.
POST /teams, POST /people, POST /rooms
C.
POST /teams, POST /team/memberships, POST /rooms
D.
POST /teams, POST /team/memberships, POST /rooms, POST /memberships