diff --git a/react/features/conference/actions.web.js b/react/features/conference/actions.web.js index 8b31b3f00..9098b03d1 100644 --- a/react/features/conference/actions.web.js +++ b/react/features/conference/actions.web.js @@ -20,7 +20,7 @@ export function notifyKickedOut(participant: Object, _: ?Function) { // eslint-d return (dispatch: Dispatch, getState: Function) => { const args = { participantDisplayName: - getParticipantDisplayName(getState, participant.getDisplayName()) + getParticipantDisplayName(getState, participant.getId()) }; dispatch(showNotification({