How do I subscribe to a channel group? Craig Conover December 11, 2020 10:24 Updated pubnub.subscribe({ channelGroups: ['my_channelGroup'], }); See also: How to add a channel to a channel group How to remove a channel from a channel group What happens when I subscribe to a channel group with no channels Related articles How do I remove a channel from a channel group? How do I add a channel to a channel group? Can I hide my application keys? How do I use namespaces with respect to channel groups? Is there a limit to the number of channels I can add to a single channel group?