Edit

Share via


Conversation.GetConversationContextChannels Method

Definition

Returns a snapshot of context channels tied to the conversation.

public:
 System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConversationContextChannel ^> ^ GetConversationContextChannels();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConversationContextChannel> GetConversationContextChannels ();
member this.GetConversationContextChannels : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConversationContextChannel>
Public Function GetConversationContextChannels () As Collection(Of ConversationContextChannel)

Returns

ConversationContextChannels for the conversation.

Applies to