300-835 · Question #50
Which Webex SDK allows group space calling?
The correct answer is B. Browser. The Webex Browser SDK supports group space calling, enabling real-time audio/video communication within multi-participant Webex spaces directly from a web browser environment. This makes it the natural fit for consumer-facing or web-based collaboration features that need group…
Question
Exhibit
Options
- AJava
- BBrowser
- CChromeOS
- DNode.js
How the community answered
(34 responses)- A3% (1)
- B91% (31)
- C6% (2)
Explanation
The Webex Browser SDK supports group space calling, enabling real-time audio/video communication within multi-participant Webex spaces directly from a web browser environment. This makes it the natural fit for consumer-facing or web-based collaboration features that need group call support.
Why the distractors are wrong:
- A. Java - The Webex Java SDK is primarily designed for bot development and messaging automation, not calling features.
- C. ChromeOS - There is no standalone Webex SDK specifically for ChromeOS; Chromebooks typically use the browser-based Webex experience, but it is not a distinct SDK.
- D. Node.js - The Node.js SDK is server-side and handles messaging/webhooks; it lacks the media stack required for real-time calling.
Memory tip: Think "Browser = Broadcast calls" - browsers have built-in WebRTC support, which is the underlying technology that makes group audio/video calling possible, so the Browser SDK is the one that can leverage it for group spaces.
Topics
Community Discussion
No community discussion yet for this question.
