Skip to content

Commit

Permalink
chore: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian-mkd committed Oct 31, 2024
1 parent cbf53ac commit eb516a3
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,6 @@ export const RecordCallButton = ({
/>
);

// TODO: add consent modal recording for other users in the call
// const consentRecording = (
// <CallRecordingModal
// visible={isConsentRecordingModalOpen}
// isLoading={isAwaitingResponse}
// title="This call is being recorded"
// confirmButton="Continue"
// cancelButton="Leave call"
// isEndRecordingModal={false}
// message="By staying in the call you're consenting to being recorded."
// onCancel={onHangupCallHandler}
// onConfirm={() => setIsConsentRecordingModalOpen(false)}
// />
// );

return (
<CallControlsButton
size={variants.roundButtonSizes.lg}
Expand Down

0 comments on commit eb516a3

Please sign in to comment.