ConferenceParticipantInformation Constructor
Creates a new instance of the ConferenceParticipantInformation class.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
uri As String, _
role As ConferencingRole _
)
'Usage
Dim uri As String
Dim role As ConferencingRole
Dim instance As New ConferenceParticipantInformation(uri, role)
public ConferenceParticipantInformation(
string uri,
ConferencingRole role
)
Parameters
- uri
Type: System.String
The SIP URI of the person to be allowed in the meeting. For authenticated users, this parameter is required.
- role
Type: Microsoft.Rtc.Collaboration.ConferencingRole
Role requested for the invitee.
See Also
Reference
ConferenceParticipantInformation Class