300-835 · Question #6
Which two Webex technologies can be used to embed voice and video collaboration into a company web page? (Choose two.)
The correct answer is A. Webex Teams Widgets B. Webex Teams Browser SDK. Webex Teams Widgets (A) are pre-built UI components designed specifically to be dropped into web pages, providing ready-made voice, video, and messaging features with minimal code. Webex Teams Browser SDK (B) is a JavaScript SDK that runs natively in the browser, giving developer
Question
Options
- AWebex Teams Widgets
- BWebex Teams Browser SDK
- CWebex Meetings XML API
- DWebex Teams REST API
- EWebex Teams Java SDK
How the community answered
(19 responses)- A79% (15)
- C5% (1)
- D5% (1)
- E11% (2)
Explanation
Webex Teams Widgets (A) are pre-built UI components designed specifically to be dropped into web pages, providing ready-made voice, video, and messaging features with minimal code. Webex Teams Browser SDK (B) is a JavaScript SDK that runs natively in the browser, giving developers low-level access to Webex voice/video/messaging capabilities to build custom embedded experiences.
The distractors fail because the XML API (C) is a server-side meeting management API - not a browser-embeddable technology. The REST API (D) handles data operations (messaging, rooms, memberships) and lacks the real-time media capabilities needed for voice/video embedding in a browser. The Java SDK (E) runs on the server/JVM, not in a browser, so it can't be embedded in a web page.
Memory tip: Think "browser = browser" - the two correct answers are the only options with a direct browser/web presence: Widgets are visual components you embed, and the Browser SDK is explicitly named for the browser. Anything with "Java," "REST," or "XML API" lives server-side.
Topics
Community Discussion
No community discussion yet for this question.