文档

​
​

Development

User Acquisition

Monetization

工业

Vivox Core SDK

Vivox Core SDK

此页面不支持所选语言。
Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
    • Client SDK basics
    • Channels
    • Presence management
    • Messaging
      • Group text messages
      • Directed text
      • Send data through text messages
      • Text chat developer guide
        • Adaptive chat filter
        • Chat history
        • Text evidence management
          • Evidence report API
          • Evidence report HTTP request
          • Evidence report HTTP response example
          • Player evidence report API
          • Player evidence report HTTP request
          • Player evidence report HTTP response
        • Edit and Delete
        • Offline direct messages
        • Anti-flooding
        • Large text channel setting
        • Retrieve conversations list
        • Set Chat Markers
        • Channel-specific options
        • SDKSampleApp overview
    • Manage audio
    • Couch co-op
    • Android app development
    • iOS app development
    • macOS app development
    • Windows app development
    • Real-time recording
    • Speech-to-text audio transcription
    • Text-to-speech
    • Troubleshooting
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

Player evidence report HTTP response

View example HTTP response formatting with conversation data from player evidence report queries.
阅读时间1 分钟
最后更新于 8 个月前

The following code is an example of a player evidence response:
{ "request_start_ts": 1706203970429807, "next": 1704400836045162, "conversations": [ { "message_count": 2, "last_activity": 1704400939799491, "conversation_uri": "sip:confctl-g-your-issuer.test-channel-1@youvivoxdomainname.vivox.com" }, { "message_count": 1, "last_activity": 1704400878101904, "conversation_uri": "sip:your-issuer.doe@yourvivoxdomainname.vivox.com" } ]}
The
next
field is used for pagination and represents the player’s most recent activity in the next conversation returned. This value will be null if there are no more pages of results to return. Use the next value as the
end_ts
in a subsequent request to retrieve the next page of results. The
request_start_ts
is also used for pagination and represents the timestamp of the initial request. This value maintains consistency in paging results if the player is active during review. The
request_start_ts
is required when using the next value to request subsequent pages of results.
The conversation objects in the response contain the following fields:
  • message_count
    : The number of messages sent to the conversation by the user.
  • last_activity
    : The user’s last activity in the conversation.
  • conversation_uri
    : The conversation identifier. This value can be used in Text Evidence report requests to view conversation messages.
Returned conversation results are in order of the player’s most recent activity.

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。


    报告此页面的问题