diff --git a/src/store/participantsStore.js b/src/store/participantsStore.js index 91ef38b6f..90453d468 100644 --- a/src/store/participantsStore.js +++ b/src/store/participantsStore.js @@ -286,6 +286,7 @@ const actions = { async joinCall({ commit, getters }, { token, participantIdentifier, flags }) { if (!participantIdentifier?.sessionId) { console.error('Trying to join call without sessionId') + return } const index = getters.getParticipantIndex(token, participantIdentifier)