Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IStreamPresenceEvent Interface Reference

A batch of joins and leaves on the low level stream. More...

Inherited by Nakama.StreamPresenceEvent.

Properties

IEnumerable< IUserPresenceLeaves [get]
 Presences of users who joined the stream.
 
IEnumerable< IUserPresenceJoins [get]
 Presences of users who left the stream.
 
IStream Stream [get]
 The identifier for the stream.
 

Detailed Description

A batch of joins and leaves on the low level stream.

Streams are built on to provide abstractions for matches, chat channels, etc. In most cases you'll never need to interact with the low level stream itself.

Property Documentation

◆ Joins

IEnumerable<IUserPresence> Nakama.IStreamPresenceEvent.Joins
get

Presences of users who left the stream.

◆ Leaves

IEnumerable<IUserPresence> Nakama.IStreamPresenceEvent.Leaves
get

Presences of users who joined the stream.

◆ Stream

IStream Nakama.IStreamPresenceEvent.Stream
get

The identifier for the stream.


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