Skip to content

Commit

Permalink
Merge pull request #236 from allchiang-msft/allchiang-msft/soft-mute-…
Browse files Browse the repository at this point in the history
…message-box

Update mutedByOthers message
  • Loading branch information
sharifrahaman committed Jul 18, 2024
2 parents 67005fc + 39a9d33 commit 4629bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/src/MakeCall/CallCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default class CallCard extends React.Component {
});

this.call.on('mutedByOthers', () => {
const messageBarText = 'You have been muted by someone else. Unmute to speak.';
const messageBarText = 'You have been muted by someone else';
this.setState(prevState => ({
...prevState,
callMessage: `${prevState.callMessage ? prevState.callMessage + `\n` : ``} ${messageBarText}.`
Expand Down

0 comments on commit 4629bab

Please sign in to comment.