You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling pubnub.objects.setChannelMembers and pubnub.objects.setChannelMetadata should trigger objects event listener.
Actual Behaviour
The objects event listener is not triggered, regardless if the pubnub.objects.setChannelMembers and pubnub.objects.setChannelMetadata is called by the event listener owner to add himself/herself as a member to a channel, or is called by another user to add the event listener owner a member to a channel.
The text was updated successfully, but these errors were encountered:
Expected Behaviour
Calling
pubnub.objects.setChannelMembers
andpubnub.objects.setChannelMetadata
should triggerobjects
event listener.Actual Behaviour
The
objects
event listener is not triggered, regardless if thepubnub.objects.setChannelMembers
andpubnub.objects.setChannelMetadata
is called by the event listener owner to add himself/herself as a member to a channel, or is called by another user to add the event listener owner a member to a channel.The text was updated successfully, but these errors were encountered: