diff --git a/src/conference/handlers/local-conference-event-handler.cpp b/src/conference/handlers/local-conference-event-handler.cpp index c0c92ec2fac75a3d62593b2e755f7a201242a484..09c08cd5298b8e60b4e745d03000f795f6e455e4 100644 --- a/src/conference/handlers/local-conference-event-handler.cpp +++ b/src/conference/handlers/local-conference-event-handler.cpp @@ -286,9 +286,6 @@ string LocalConferenceEventHandlerPrivate::createNotifyParticipantDeviceAdded (c const string &displayName = device->getName(); if (!displayName.empty()) endpoint.setDisplayText(displayName); - - endpoint.setState(StateType::full); - user.getEndpoint().push_back(endpoint); } } endpoint.setState(StateType::full);