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