logo
On this page

How to set message priority more reasonably?

2021-09-09
Products / Plugins:In-app chat
Platform / Framework:iOS / Android / macOS / Windows / Web / Mini Program / Flutter / ReactNative / uni-app / Unity3D

ZIM provides three types of message priorities: high, medium, and low. The server will prioritize pushing high-priority messages. Therefore, it is recommended to set important business information as high priority, for example:

  • High priority: red packets, gifts, user bans, etc.
  • Medium priority: regular messages, etc.
  • Low priority: bullet comments, etc.

Previous

How to destroy a room in IM?

Next

When deploying a server on the Web platform, must you use the HTTPS protocol?