mirror of https://github.com/vector-im/riot-web
Add setupScreenSharingForIframe to BasePlatform
parent
b047f1caaa
commit
7f1d8834a2
|
@ -107,6 +107,9 @@ export default class BasePlatform {
|
|||
|
||||
isElectron(): boolean { return false; }
|
||||
|
||||
setupScreenSharingForIframe() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Restarts the application, without neccessarily reloading
|
||||
* any application code
|
||||
|
|
Loading…
Reference in New Issue