mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-02 19:49:23 +00:00
Rename other instance of variable
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user