Source

Target

Commits (1)
Showing with 0 additions and 3 deletions
...@@ -286,9 +286,6 @@ string LocalConferenceEventHandlerPrivate::createNotifyParticipantDeviceAdded (c ...@@ -286,9 +286,6 @@ string LocalConferenceEventHandlerPrivate::createNotifyParticipantDeviceAdded (c
const string &displayName = device->getName(); const string &displayName = device->getName();
if (!displayName.empty()) if (!displayName.empty())
endpoint.setDisplayText(displayName); endpoint.setDisplayText(displayName);
endpoint.setState(StateType::full);
user.getEndpoint().push_back(endpoint);
} }
} }
endpoint.setState(StateType::full); endpoint.setState(StateType::full);
......