Skip to content

Commit

Permalink
fixup! fix: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
DorraJaouad committed Nov 7, 2024
1 parent 9a2ca1c commit 942ab6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/callsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
* @param {boolean} silent Whether the call should trigger a notifications and
* sound for other participants or not
* @param {boolean} recordingConsent Whether the participant gave their consent to be recorded
* @return {number} The actual flags based on the available media
* @return {Promise<number>} The actual flags based on the available media
*/
const joinCall = async function(token, flags, silent, recordingConsent) {
return signalingJoinCall(token, flags, silent, recordingConsent)
Expand Down

0 comments on commit 942ab6d

Please sign in to comment.