docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetConversationsAsync

    GetConversationsAsync(ConversationQueryOptions)

    Provides a collection of VivoxConversation objects representing conversations that the locally signed-in user has participated in. This can return a combination of channel conversations and directed message conversations. The VivoxConversation objects provided can be used to distinguish between the different ConversationType types.

    Declaration
    Task<ReadOnlyCollection<VivoxConversation>> GetConversationsAsync(ConversationQueryOptions options = null)
    Parameters
    Type Name Description
    ConversationQueryOptions options
    Returns
    Type Description
    Task<ReadOnlyCollection<VivoxConversation>>

    Task with the ReadOnlyCollection of VivoxConversations

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)