Skip to content

Commit

Permalink
Fix downgrade to audio message
Browse files Browse the repository at this point in the history
  • Loading branch information
bogue committed Nov 2, 2023
1 parent be8f046 commit 843de0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/Phone/WebRTCPhone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export default class WebRTCPhone extends Emitter implements Phone {
return false;
}

logger.info('Downgrade to video', {
logger.info('Downgrade to audio', {
id: callSession ? callSession.getId() : null,
withMessage,
});
Expand Down

0 comments on commit 843de0f

Please sign in to comment.