IEndpoint
Interface that represents the remote call party.
Props
EndpointId
string
EndpointId { get; }
The identifier for the endpoint.
Returns
type:
string
SipUri
string
SipUri { get; }
A SIP URI of the endpoint.
Returns
type:
string
UserDisplayName
string
UserDisplayName { get; }
A user display name of the endpoint.
Returns
type:
string
UserName
string
UserName { get; }
A user name of the endpoint.
Returns
type:
string
VideoStreams
IReadOnlyCollection<IVideoStream>
VideoStreams { get; }
A collection of active video streams associated with the endpoint.
Returns
type:
IReadOnlyCollection<IVideoStream>