fix: change obs lice name location #118

Merged
Thibaut merged 1 commits from dev into master 2026-03-20 15:40:37 +00:00
Showing only changes of commit 3ed44bc044 - Show all commits

View File

@ -74,7 +74,7 @@ export function OBSProvider({children}) {
}
function getElementName(element) {
return `sub${sessionStorage.getItem("obs_prefix") || 1}.${element}`
return `sub${sessionStorage.getItem("liceName") || 1}.${element}`
}
export function useOBS() {