mirror of
https://github.com/element-hq/element-call.git
synced 2026-05-11 21:54:54 +00:00
3 lines
85 B
JavaScript
3 lines
85 B
JavaScript
export function shouldShowPtt() {
|
|
return window.location.hash.startsWith('#ptt');
|
|
} |