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. In other words, if you know another user's user ID, you do not need to search for other users to communicate directly.

This module is intended for one-on-one communication. While it is possible to send messages to multiple users, it is generally not recommended. If you need to send and receive messages to 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 it can send messages through multiple servers (up to two servers) to deliver messages between users. Therefore, if extremely low latency and high-frequency message exchanges are required, Diarkis DM may not be ideal.

For detailed technical information, please refer to this API reference.

Last updated