CISCO 300-920 Exam Question 16

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 })
Correct Answer: C