I created a chat with two types for conversations: Private (Unicast) and Group(Multicast, i have to use multicast).
I have to make different groups (i.e. i join at group "Veterans" and my college join at the group "Beginners"). The messages that send and receive at group "Veterans" can't be received at group "Beginners".
For this, my question is: i have to create different multicast groups? Or verify, if the message that is sent by user, is for group "Veterans" or "Beginners, for example by the name of the group?