You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-22 09:02:11 +03:00
Hide screenshare button in video rooms on Desktop (#9045)
* Hide screenshare button in video rooms on Desktop * Fix tests
This commit is contained in:
@@ -288,6 +288,10 @@ export default abstract class BasePlatform {
|
||||
return false;
|
||||
}
|
||||
|
||||
public supportsJitsiScreensharing(): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
public overrideBrowserShortcuts(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user