Skip to content

Guide Changes Notice

API documentation update: response format and field changes

The API response format has changed, and several fields have been added or removed.

api documentation update

  • Change API response format
    • Added memberCount to know the current number of connected users
    • Added regTimeMillis field (type: integer)
  • Channel retrieval API
    • Added memberCount field
    • Added regTimeMillis field
  • Participant information retrieval API
    • Added connectedTimeMillis field
  • User participation channel retrieval API
    • Added memberCount field
  • Changed channel deletion to channel retention when the channel OWNER exits

websocket API changes

  • Added new reconnection feature
    • Added RECONNECT packet type
    • Includes the ability to rejoin the previous channel
  • Revised the socket disconnection process description
    • Added handling for cases where there is no client request upon connection
    • If connecting from another terminal while already connected, terminate the existing connection
    • Removed DISCONNECT
  • Modified socket communication structure
    • Added correlationId field
  • Revised response packet format and server message packet format
    • Added and detailed new packet field contents
    • Separated into request packets, response packets, and server message packets

Hive server api: payment API changes

Changing PG payment, web PG payment API.

Pg payment API

  • Changes to the payment completion details inquiry API response
    • Added started_datetime_ms, paid_datetime_ms, iap_payload
    • Deleted additionalInfo
  • Payment result notification service
    • Changes to payment result transmission information
      • Added started_datetime_ms, paid_datetime_ms, cancelled_datetime_ms, iap_payload
      • Deleted additionalInfo

Web pg payment API

  • Changes to the payment completion details inquiry API response
    • Added started_datetime_ms, paid_datetime_ms, iap_payload
    • Deleted additionalInfo
  • Payment result notification service
    • Changes to the payment result transmission information
      • Changed vid type
      • Changed uid type
      • Added started_datetime_ms, paid_datetime_ms, iap_payload
      • Deleted additionalInfo

For more information about the API, please check the guide below.