pusher / pusher-websocket-dotnet

Pusher Channels Client Library for .NET
MIT License
112 stars 113 forks source link

precenceCannel.member does not exist #100

Closed SergeyTroshkov closed 1 year ago

SergeyTroshkov commented 4 years ago

image

How to make it work? There is no way to get users the presence channel since properties (memberAdded, memberRemoved, members) are not available

SergeyTroshkov commented 4 years ago

it's in Unity

benw-pusher commented 1 year ago

This can be achieved using the example provided at https://github.com/pusher/pusher-websocket-dotnet#presence-channels.