
Refer to the exhibit. This Python script uses the websocket-based, xAPI library “pyxows’ to monitor and print event details to the console when users interact with UI Extension/In-Room Control
‘Action Buttons’ deployed to the Touch-10 interface of a Webex room device. Which two code snippets successfully capture such events? (Choose two.)
Select all that apply, then click Submit answer.
-
○
await client.xEvent([‘Event’, ‘**’], callback)
-
○
await client.subscribe([‘Event’, ‘ActionButton’, ‘Clicked’], callback)
-
○
await client.subscribe([‘Event’, ‘**’], callback)
-
○
await client.xEvent([‘Event’, ‘UserInterface’, ‘Extensions’, ‘Panel’, ‘Clicked’], callback)
-
○
await client.subscribe([‘Event’, ‘UserInterface’, ‘Extensions’, ‘Panel’, ‘Clicked’], callback)