What is returned by getOccupants() method of MultiUserChat class?

i know getOccupants() method returns java.util.List<java.lang.String> .

But i want to know about getOccupants() method returns all occupants of room or only ONLINE occupants of room ?