1. Home
  2. EOSCore::Web
  3. Getting Started
  4. Voice

Voice

The Epic Online Services (EOS) Voice interface helps you create and manage voice chat rooms between your users. They can communicate one-on-one or in groups across multiple platforms, during a match, or in your application's lobby.

The Voice Web API allows you to create and modify the EOS Voice Chat (RTC) service, we can for example create Room Tokens that can be used by your clients to join specific rooms, here is an example how to create a room token:

With this RoomToken we can join the room that we requested (if the user was accepted), below is an example of what this can look like.
(In this example we combine EOSCore and EOSCore::Web to generate tokens and join the RTC (Voice Chat) room.