Edit

Share via


ConferenceInvitation Constructors

Definition

Overloads

ConferenceInvitation(Conversation)

Creates a new instance of the ConferenceInvitation class and binds it to the given conversation.

ConferenceInvitation(Conversation, ConferenceInvitationSettings)

Creates a new instance of the ConferenceInvitation class and binds it to the given conversation.

ConferenceInvitation(Conversation)

Creates a new instance of the ConferenceInvitation class and binds it to the given conversation.

public:
 ConferenceInvitation(Microsoft::Rtc::Collaboration::Conversation ^ conversation);
public ConferenceInvitation (Microsoft.Rtc.Collaboration.Conversation conversation);
new Microsoft.Rtc.Collaboration.ConferenceInvitation : Microsoft.Rtc.Collaboration.Conversation -> Microsoft.Rtc.Collaboration.ConferenceInvitation

Parameters

conversation
Conversation

Conversation to which this conference invitation will be bound.

Exceptions

Thrown when the conversation parameter is not valid.

Thrown when the conversation parameter is null.

Applies to

ConferenceInvitation(Conversation, ConferenceInvitationSettings)

Creates a new instance of the ConferenceInvitation class and binds it to the given conversation.

public:
 ConferenceInvitation(Microsoft::Rtc::Collaboration::Conversation ^ conversation, Microsoft::Rtc::Collaboration::ConferenceInvitationSettings ^ settings);
public ConferenceInvitation (Microsoft.Rtc.Collaboration.Conversation conversation, Microsoft.Rtc.Collaboration.ConferenceInvitationSettings settings);
new Microsoft.Rtc.Collaboration.ConferenceInvitation : Microsoft.Rtc.Collaboration.Conversation * Microsoft.Rtc.Collaboration.ConferenceInvitationSettings -> Microsoft.Rtc.Collaboration.ConferenceInvitation

Parameters

conversation
Conversation

Conversation to which this conference invitation will be bound.

settings
ConferenceInvitationSettings

Settings to initialize the instance.

Exceptions

Thrown when one or more arguments are not valid.

Thrown when one or more arguments are null or empty.

Applies to