Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
|
A batch of joins and leaves on the low level stream. More...
Inherited by Nakama.StreamPresenceEvent.
Properties | |
IEnumerable< IUserPresence > | Leaves [get] |
Presences of users who joined the stream. | |
IEnumerable< IUserPresence > | Joins [get] |
Presences of users who left the stream. | |
IStream | Stream [get] |
The identifier for the stream. | |
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.
|
get |
Presences of users who left the stream.
|
get |
Presences of users who joined the stream.
|
get |
The identifier for the stream.