Hide screenshare button in video rooms on Desktop (#9045)
* Hide screenshare button in video rooms on Desktop * Fix tests
This commit is contained in:
parent
e576347b62
commit
4dd74261b5
3 changed files with 11 additions and 1 deletions
|
@ -288,6 +288,10 @@ export default abstract class BasePlatform {
|
|||
return false;
|
||||
}
|
||||
|
||||
public supportsJitsiScreensharing(): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
public overrideBrowserShortcuts(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue