Page 1 of 1

Refer to the exhibit.Which code completes the return statement that initiates local screen sharing on the active meeting

Posted: Fri Jul 22, 2022 7:01 pm
by answerhappygod
Refer to the exhibit.Which code completes the return statement that initiates local screen sharing on the active meeting?
Refer To The Ex 1
Refer To The Ex 1 (251.15 KiB) Viewed 70 times
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 })