pubnub / dart

PubNub Dart SDK
Other
27 stars 15 forks source link

Set/Remove identifier inside object event #55

Closed devopsokdone closed 3 years ago

devopsokdone commented 3 years ago

We are Setting & Removing membership for channels and getting the object events in return from PubNub.

The issue is Set/Remove payloads show event = set and type = membership but there is no identifier saying the event received is an add or remove member. There is a custom field for Object Membership Set and Remove as per Object API documentation but seems it is still not available in Dart SDK.

We are using Null Safety beta version.

devopsokdone commented 3 years ago

I am closing this as we are able to event as set or delete based on type of action set or remove membership. Sorry for the same.