ConferenceParticipantInformation(String, ConferencingRole) 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.
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.