DM (Direct Message) Module

Overview

Diarkis DM (Direct Message) provides a feature that allows two users to freely exchange packets. Users do not need to join any type of room; they simply specify the recipient's user ID to send messages. This means that if you know another user's user ID, you can directly communicate without needing to search for them.

This module is intended for one-to-one communication. While it's possible to send messages to multiple users, it is generally not recommended. If you need to send and receive messages with multiple users, consider using Diarkis Room or other similar modules.

Unlike Diarkis P2P, Diarkis DM uses a server as a hub between users. This is a server relay, and messages can be sent through multiple servers (up to two servers) to deliver messages between users. Therefore, if very low latency and high-frequency message exchange is necessary, using Diarkis DM may not be ideal.

For detailed technical information, please refer to the API Reference here.

Last updated