Hi Vapi, Noticed this function in the javascript ...
# office-hours
y
Hi Vapi, Noticed this function in the javascript sdk, but can't seem to find where it is explained in the docs.
Copy code
startScreenSharing(displayMediaOptions?: DisplayMediaStreamOptions, screenVideoSendSettings?: DailyVideoSendSettings): void;
Tried it out and so far the behaviour seems as expected. Would like to know if the screen share is recorded, if so where the recording url can be found in the call object. And then if its not recorded, is there a way I can access the stream and then record it myself. Thanks.