Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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