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.
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.