Rename other instance of variable
This commit is contained in:
parent
07a4de638f
commit
605dd44df0
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ export function useGroupCall(groupCall: GroupCall): UseGroupCallReturnType {
|
||||||
navigator.mediaSession.setActionHandler(mediaAction, null);
|
navigator.mediaSession.setActionHandler(mediaAction, null);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}, [doNothingMediaEventCallback]);
|
}, [doNothingMediaActionCallback]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
function onGroupCallStateChanged() {
|
function onGroupCallStateChanged() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue