DRAG DROP
Drag and drop the components to create the authentication header used for the Webex Teams API. Not all options are used.
Select and Place:

DRAG DROP
Drag and drop the definitions from the left onto the correct Webex Teams REST API HTTP response status codes on the right.
Select and Place:

DRAG DROP
Drag and drop the code segments from the right of the screen into the targets on the left to create a script that retrieves a list of rooms using the Webex JavaScript API and outputs the title and ID to the console for one that matches the title “My Webex discussion”. Not all code segments are used.
Select and Place:

DRAG DROP
Drag and drop the expressions to create a Webex Teams widget that uses Guest Issuer to enable customers to chat and meet with agents. Not all options are used.
Select and Place:


Refer to the exhibit. A macro and a UI extension (also called In-Room Control) are being developed. What is the reason for the error displayed in the console?
A. Widgets of type "Slider" are not supported on the device.
B. The UI extension was not exported to the device.
C. The name of the widget in the macro and the UI extension must match.
D. Promises are not supported for this device.

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.
Which list of API calls must be made to provision 50 new Webex Room devices for an organization?
A. POST to /places with `displayName', POST the returned `placeId' to /devices/
B. POST `displayName' to /places, POST the returned `placeId' to /devices/activationCode
C. POST to /licenses, POST the returned `licneseId' and a specified `displayName' to /devices
D. POST to /licenses, POST `displayName' to /places, POST `licensed' and placeId' to /devices
Which two statements about incoming WebEx call notifications on iOS and Android applications are true? (Choose two.)
A. When running in the background on Android, Firebase Cloud Messaging must use a notification message.
B. When running in the background on Android, Firebase Cloud Messaging must use a data message.
C. Webhooks are required with the iOS SDK only when the application is in the background.
D. When running in the background on iOS, Application Push Notifications must be configured to be silent.
E. Webhooks are required in the foreground and background for iOS and Android applications.
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 code adds a Space Widget in an HTML script that uses the CSS Webex CDN?
A.
B.