API ReferenceTypesOdinEvent_PeerLeftDataOn this pageOdinEvent_PeerLeftData Data structure for the OdinEvent_PeerLeft event. Declarationtypedef struct OdinEvent_PeerLeftData { uint64_t peer_id;} OdinEvent_PeerLeftData; Fields peer_id ID of the peer that left the room. Declarationuint64_t peer_id;