Spring Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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.

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.

Which two tasks should use a Webex bot instead of aWebex integration? (Choose two.)

A.

Ask a QUESTION NO: in natural language to obtain the current price of a stock.

B.

Translate a word or phrase from Italian to English.

C.

Notify all users who send a 1:1 message that the user is currently out of the office.

D.

Automatically delete a message that was sent with spelling or grammatical errors.

E.

Archive all the messages in a group space.

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 two statements about Webex Teams refresh tokens are true? (Choose two.)

A.

The refresh token is useless without the client ID and client secret.

B.

An attacker can use the refresh token to send messages on behalf of the user.

C.

The refresh token is used to generate a new access token.

D.

A new refresh token cannot be granted until the client ID is invalidated.

E.

The refresh token does not expire.

Drag and drop the code segments to construct a script that carries out these functions:

    adds a new room

    adds two users, Bob, and Alice, to the room

    when both the users have been added, sends a welcome message

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

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.