ConversationContextChannel(Conversation, ParticipantEndpoint) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.