Edit

Share via


ConferenceParticipantInformation(String, ConferencingRole) Constructor

Definition

Creates a new instance of the ConferenceParticipantInformation class.

public:
 ConferenceParticipantInformation(System::String ^ uri, Microsoft::Rtc::Collaboration::ConferencingRole role);
public ConferenceParticipantInformation (string uri, Microsoft.Rtc.Collaboration.ConferencingRole role);
new Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation : string * Microsoft.Rtc.Collaboration.ConferencingRole -> Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation
Public Sub New (uri As String, role As ConferencingRole)

Parameters

uri
String

The SIP URI of the person to be allowed in the meeting. For authenticated users, this parameter is required.

role
ConferencingRole

Role requested for the invitee.

Applies to