I am using Twilio Conversation SDK in ReactJS project and that is working pretty fine for one to one participants. Now we have a new requirement, where there will be at least 5 participants in a Group Conversation and most often than not all these participants will get the same message, but sometimes, a chat message from a participant has to be shared with only 4 participants including the participant and not with the 5th participant. So my question is, is this possible with Twilio Conversation.
So like say example we have Part1, Part2, Part3, Part4, Part5. Part5 is the one participant that will not get to see these messages and the rest Part1 to Part4 will see this message.
If anyone has any idea how to implement it, it would be great to know the implementation details.