Rate this page:

IEndpoint

Interface that represents the remote call party.

Props

EndpointId

Copy URL

string

EndpointId { get; }

The identifier for the endpoint.

Returns

  • type:

    string

SipUri

Copy URL

string

SipUri { get; }

A SIP URI of the endpoint.

Returns

  • type:

    string

UserDisplayName

Copy URL

string

UserDisplayName { get; }

A user display name of the endpoint.

Returns

  • type:

    string

UserName

Copy URL

string

UserName { get; }

A user name of the endpoint.

Returns

  • type:

    string

VideoStreams

Copy URL

IReadOnlyCollection<IVideoStream>

VideoStreams { get; }

A collection of active video streams associated with the endpoint.

Returns