layoutAsPrimary method
Invokes focusAll, moving every Participant to their default
, or
primary, groups.
Implementation
void layoutAsPrimary() {
focusAll();
showHeader.value = true;
isCursorHidden.value = false;
}
Invokes focusAll, moving every Participant to their default
, or
primary, groups.
void layoutAsPrimary() {
focusAll();
showHeader.value = true;
isCursorHidden.value = false;
}