Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

300-920 Questions and Answers

Question # 6

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.

Full Access
Question # 7

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

})

Full Access
Question # 8

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

Full Access
Question # 9

Refer to the exhibit.

What is the Webex Teams REST API HTTP response status code, based on this code snippet?

A.

401

B.

403

C.

429

D.

501

Full Access