Which code snippet listens for call events and completes the script?


Refer to the exhibit. This exhibit is a simple Python scrip to monitor call activity for a local Webex room device. Which code snippet listens for call events and completes the script?
A. await client.xfeedback( [‘Status’, ‘Call’, ‘Status’], callback, False)
B. await client.subscribe( [‘Feedback’, ‘Call’, ‘Status’], callback, False)
C. await client.subscribe( [‘Status’, ‘Call’, ‘Status’], callback, False)
D. await client.xfeedback( [‘Feedback’, ‘Call’, ‘Status’], callback, False)

cisco-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.