IEndpoint
Interface that represents a remote call party.
Methods
getAudioStreams
List<IRemoteAudioStream>
 getAudioStreams()Gets the endpoint active audio streams.
Returns
type:
List<IRemoteAudioStream>
getEndpointId
String
 getEndpointId()Gets the endpoint ID.
Returns
type:
String
getPlace
int
 getPlace()Gets the endpoint place in a video conference.
May be used as a position of this endpoint’s video stream to render in a video conference call.
Returns
type:
int
getSipUri
String
 getSipUri()Gets the endpoint SIP URI.
Returns
type:
String
getUserDisplayName
String
 getUserDisplayName()Gets the endpoint user display name.
Returns
type:
String
getUserName
String
 getUserName()Gets the endpoint user name.
Returns
type:
String
getVideoStreams
List<IRemoteVideoStream>
 getVideoStreams()Gets the endpoint active video streams.
Returns
type:
List<IRemoteVideoStream>
setEndpointListener
void
 setEndpointListener( endpointListener)Sets an IEndpointListener.
Parameters
endpointListener:
IEndpointListener listener or null. If null, a previously set listener is removed.
Returns
type:
void