export interface ScreenSharingSession { close: () => void; screenshot: () => void; stopRecord: () => void; startRecord: () => void; recordings: boolean; }