Skip to content

Commit

Permalink
fixup! fix(Call): stop all media related streams (simulating end call)
Browse files Browse the repository at this point in the history
  • Loading branch information
DorraJaouad committed Sep 22, 2024
1 parent 6028904 commit f700fed
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/services/callsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ import {
* @return {number} The actual flags based on the available media
*/
const joinCall = async function(token, flags, silent, recordingConsent) {
try {
return await signalingJoinCall(token, flags, silent, recordingConsent)
} catch (error) {
console.debug('Error while joining call: ', error)
throw error
}
return await signalingJoinCall(token, flags, silent, recordingConsent)
}

/**
Expand Down

0 comments on commit f700fed

Please sign in to comment.