Group Chat

Group chat allows a sender to send a message to many recipients without setting up a local or a remote stream for the receivers of the message. It also eliminates the need for the sender and the receivers of a message to be subscribed to the same stream to communicate.

Implementing Group Chat

The EnxRoom.sendMessage() method exchanges messages between session participants. The following types of messages can be exchanged:

  • Public Chat : To send messages to all connected users.
  • Private Chat : To send messages to a specific user.
  • Group Chat : To send messages to more than one user.

The Messaging feature does not require the sender to publish a Local Stream or the receivers to subscribe to a Remote Stream.

For implementation details, refer to the SDK documentation for your platform: