Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)
Syntax
Exceptions
Exception type | Condition |
---|---|
RealTimeException |
Thrown when the local host name cannot be retrieved. |
Remarks
The URI for the endpoint defaults to local host. To enable listening, use StartListening(ipEndpoint) in the ConnectionManager property. The use of this constructor creates its own instance of the SIP stack needed to support this endpoint. Because the creation of SIP Stack is memory consuming, it is not recommended to create too many instances (more than 10) of endpoint using this constructor.