Developer Documentation
Our new developer documentation is now available. Please check it out!

OdinPeerLeftEventPayload

export interface OdinPeerLeftEventPayload

The payload for the PeerLeft event.

Properties

NameTypeDescription
eventanyThe name of the event that was fired (see keys of OdinEvents for possible values).
peerIdnumberThe ID of the peer that left.
tagnumberAn internal integer representing the type of the event. This is mainly used internally for testing purposes.