DRAG DROP
Drag and drop the expressions from the right onto the Webex JavaScript SDK code on the left to create a Webex Teams space, add a person to the space, and send a welcome message. Not all expressions are used.
Select and Place:
DRAG DROP
Drag and drop the methods from the left into the correct order of execution on the right to use webex-js-sdk in a browser to call and share the screen with another Webex user. Not all methods are used.
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 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:
Which expression is a valid Webex Teams webhook filter?
A. [email protected]+roomId=abc123
B. [email protected]=abc123
C. [email protected]=abc123
D. [email protected],roomId=abc123
Refer to the exhibit. The Node.js script shown uses the Webex Meetings XML API to print "Here!" to the console. Which statement is a correct observation about the results of the script?
A. The
B. The
C. The WebexMeetings XML API service processed the request.
D. The meeting was created successfully.
Refer to the exhibit. On line 4, the script retrieves a context from a DOM element that was generated from a server-side component. How does that server-side component obtain the value for the `context' element?
A. by opening a dialog asking the end-user to paste his personal access token
B. by completing an authorization code grant flow using the identifier and secret of an OAuth integration
C. by embedding the access token of a Bot account
D. by creating a guest token using the identifier and secret of a Guest Issuer application
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
Which two tasks should use a Webex bot instead of aWebex integration? (Choose two.)
A. Ask a question 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.