Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NStreamPresenceEvent Struct Reference

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< NUserPresencejoins
 Presences joining the stream as part of this event, if any. More...
 
std::vector< NUserPresenceleaves
 Presences leaving the stream as part of this event, if any. More...
 

Detailed Description

A set of joins and leaves on a particular stream.

Member Data Documentation

◆ joins

std::vector<NUserPresence> NStreamPresenceEvent::joins

Presences joining the stream as part of this event, if any.

◆ leaves

std::vector<NUserPresence> NStreamPresenceEvent::leaves

Presences leaving the stream as part of this event, if any.

◆ stream

NStream NStreamPresenceEvent::stream

The stream this event relates to.


The documentation for this struct was generated from the following file: