Add setupScreenSharingForIframe to BasePlatform
This commit is contained in:
parent
b047f1caaa
commit
7f1d8834a2
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ export default class BasePlatform {
|
||||||
|
|
||||||
isElectron(): boolean { return false; }
|
isElectron(): boolean { return false; }
|
||||||
|
|
||||||
|
setupScreenSharingForIframe() {
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Restarts the application, without neccessarily reloading
|
* Restarts the application, without neccessarily reloading
|
||||||
* any application code
|
* any application code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue