# Functions
NewEventPeerJoin creates a new EventPeerJoin event.
NewEventPeerLeave creates a new EventPeerLeave event.
NewPeerMonitor Creates a new PeerMonitor instance.
# Structs
EventPeerJoin Is an event triggered when a peer joins the channel.
EventPeerLeave Is an event triggered when a peer leave the channel.
NewPeerMonitorOptions Options for creating a new PeerMonitor instance.
# Interfaces
Interface Watches for peers on the pub sub, emits messages on join/leave.