![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A set of joins and leaves on a particular stream. More...
#include <NStreamPresenceEvent.h>
Public Attributes | |
NStream | stream |
The stream this event relates to. More... | |
std::vector< NUserPresence > | joins |
Presences joining the stream as part of this event, if any. More... | |
std::vector< NUserPresence > | leaves |
Presences leaving the stream as part of this event, if any. More... | |
A set of joins and leaves on a particular stream.
std::vector<NUserPresence> NStreamPresenceEvent::joins |
Presences joining the stream as part of this event, if any.
std::vector<NUserPresence> NStreamPresenceEvent::leaves |
Presences leaving the stream as part of this event, if any.
NStream NStreamPresenceEvent::stream |
The stream this event relates to.