CallParticipantEndpointProperties Constructor
Creates a new instance of the CallParticipantEndpointProperties class.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
remoteParticipantEndpoint As ParticipantEndpoint _
)
'Usage
Dim remoteParticipantEndpoint As ParticipantEndpoint
Dim instance As New CallParticipantEndpointProperties(remoteParticipantEndpoint)
public CallParticipantEndpointProperties(
ParticipantEndpoint remoteParticipantEndpoint
)
Parameters
- remoteParticipantEndpoint
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
See Also
Reference
CallParticipantEndpointProperties Class