EBS PubSub Whisper

Global and broadcast work fine for me, but can’t seem to get whisper to work. Is this still possible? I get a 204 response and have tried just about every combination I can think of for target and pubsub perms.

An EBS whisper doesn’t send a whisper, it only sends a PubSub message to that Users Extension.

So just wanted to check, you are expecting that and now a “traditional whisper”

Yes, the extension is listening to the appropriate topic similar to global and broadcast. Not expecting anything with chat.

Just in case, you need to whisper to the opaque id of the user, not the userId. whisper-<opaqueId>
And for my JWT I just set these pubsub perms : pubsub_perms: { send: ["*"], },