Detect the placeholder display name muzieRTC's RoomSummaryManager
writes when a guest joined a room without a real name set. The
stored value follows the pattern Guest-<userId-substring-8>,
which leaks unhelpful internal-id fragments into rendered
summaries. Callers can detect it and fall back to
getDisplayName on the underlying user id.
Detect the placeholder display name muzieRTC's RoomSummaryManager writes when a guest joined a room without a real name set. The stored value follows the pattern
Guest-<userId-substring-8>, which leaks unhelpful internal-id fragments into rendered summaries. Callers can detect it and fall back to getDisplayName on the underlying user id.