mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
Fix lint error
This commit is contained in:
parent
42be187182
commit
b903e11cfc
@ -724,9 +724,9 @@ export class CallViewModel extends ViewModel {
|
|||||||
return l.spotlight[0] instanceof ScreenShareViewModel;
|
return l.spotlight[0] instanceof ScreenShareViewModel;
|
||||||
// In expanded spotlight layout, the active speaker is always shown in
|
// In expanded spotlight layout, the active speaker is always shown in
|
||||||
// the picture-in-picture tile so there is no need for speaking
|
// the picture-in-picture tile so there is no need for speaking
|
||||||
// indicators
|
// indicators. And in one-on-one layout there's no question as to who is
|
||||||
|
// speaking.
|
||||||
case "spotlight-expanded":
|
case "spotlight-expanded":
|
||||||
// In one-on-one layout there's no question as to who is speaking
|
|
||||||
case "one-on-one":
|
case "one-on-one":
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user