Edit

Share via


ConversationContextChannel(Conversation, ParticipantEndpoint) Constructor

Definition

Create a ConversationContextChannel.

public:
 ConversationContextChannel(Microsoft::Rtc::Collaboration::Conversation ^ conversation, Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ remoteEndpoint);
public ConversationContextChannel (Microsoft.Rtc.Collaboration.Conversation conversation, Microsoft.Rtc.Collaboration.ParticipantEndpoint remoteEndpoint);
new Microsoft.Rtc.Collaboration.ConversationContextChannel : Microsoft.Rtc.Collaboration.Conversation * Microsoft.Rtc.Collaboration.ParticipantEndpoint -> Microsoft.Rtc.Collaboration.ConversationContextChannel

Parameters

conversation
Conversation

The conversation with which the channel is associated.

remoteEndpoint
ParticipantEndpoint

The remote endpoint with which the channel communicates.

Exceptions

Thrown when the given remoteEndpoint parameter is null

Thrown when the conversation is already terminating or terminated.

Applies to