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 |