Switch to IPC channel for getDesktopCapturerSources
(#7782)
This commit is contained in:
parent
c3bb8cf3ef
commit
73899bb2e3
4 changed files with 13 additions and 7 deletions
|
@ -301,6 +301,14 @@ export default abstract class BasePlatform {
|
|||
return null;
|
||||
}
|
||||
|
||||
async getDesktopCapturerSources(options: GetSourcesOptions): Promise<Array<DesktopCapturerSource>> {
|
||||
return [];
|
||||
}
|
||||
|
||||
supportsDesktopCapturer(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
getAvailableSpellCheckLanguages(): Promise<string[]> | null {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue