peers property

Map<String, PeerUser> peers
final

The other participants in the chat, keyed by user id.

Implementation

final Map<String, PeerUser> peers;