change audio_off to warning icon
This commit is contained in:
parent
b84fb714f5
commit
b94ceefef5
@ -126,7 +126,7 @@ class RecordingIndicator extends PureComponent {
|
||||
|
||||
const recordingToggle = () => {
|
||||
if (!micUser) {
|
||||
notify(intl.formatMessage(intlMessages.emptyAudioBrdige), 'error', 'audio_off');
|
||||
notify(intl.formatMessage(intlMessages.emptyAudioBrdige), 'error', 'warning');
|
||||
}
|
||||
mountModal(<RecordingContainer amIModerator={amIModerator} />);
|
||||
document.activeElement.blur();
|
||||
|
Loading…
Reference in New Issue
Block a user