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");
Which REST API request is used to list all the Webex Room Kit devices within a large organization so that a new custom In-Room Control can be deployed on all the devices?
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit. Which Webex Teams REST API request has generated the response body in the exhibit?
A. GET/v1/rooms?sortBy=lastactivity
B. GET/v1/rooms?sortBy=created
C. GET/v1/rooms?max=1
D. GET/v1/spaces?orderBy=lastActivity
Refer to the exhibit. When using the Webex Browser SDK to create calls and share screens, which two statements are valid given a `webex' object such as displayed in the exhibit? (Choose two.)
A. After a meeting is joined, it cannot be left programmatically until the host ends the meeting.
B. The webex meetings.register() function must be invoked before attempting to join any meeting.
C. The joinMeeting() function throws an error of type `media stopped' if a media stream is stopped.
D. Given a Webex meeting number the webex meetings join() function can be used to join the meeting.
E. The mediaSettings for a joined meeting accepts boolean attributes to send and receive audio, video, and screen share.
Refer to the exhibit. A Webex Teams REST API response is shown with the HTTP Header missing. Which HTTP header expected in this response?
A. Push
B. Link
C. Patch
D. Put
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
Refer to the exhibit.Which code completes the return statement that initiates local screen sharing on the active meeting?
A. activeMeeting.updateShare({ sendShare: true receiveShare: true, stream: null
})
B. activeMeeting.updateShare({ sendShare: true receiveShare: false, stream: remoteShare })
C. activeMeeting.updateShare({ sendShare: true receiveShare: true, stream: localShare })
D. activeMeeting.updateShare({ sendShare: false receiveShare: false, stream: null })
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.
Which two statements about using the Compliance Office role to manage data in Webex Teams are true? (Choose two.)
A. For group rooms with members from multiple organizations, only the compliance officer of the owning organization can manage all data.
B. The compliance officer can manage data only for users who have granted the spark-compliance messages scope.
C. For direct rooms between two organizations, each compliance officer can manage data only from their organization.
D. For group rooms with members from multiple organizations, either compliance offcer can manage all data.
E. For direct rooms between two organizations, the compliance officer of either organization can manage all data.
Which user role implicitly has permission in the Events API to retrieve "message created" events from other users in the same organization?
A. Compliance Officer
B. User and Device Administrator
C. Full Administrator
D. User Administrator