IEndpoint
Interface that represents the remote call party.
Methods
getAudioStreams
List<IRemoteAudioStream>
getAudioStreams()
Get all active audio streams of the endpoint.
Returns
type:
List<IRemoteAudioStream>
getEndpointId
String
getEndpointId()
Get the endpoint id.
Returns
type:
String
getPlace
int
getPlace()
Get place of this endpoint 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()
Get SIP URI of the endpoint.
Returns
type:
String
getUserDisplayName
String
getUserDisplayName()
Get user display name of the endpoint.
Returns
type:
String
getUserName
String
getUserName()
Get user name of the endpoint.
Returns
type:
String
getVideoStreams
List<IRemoteVideoStream>
getVideoStreams()
Get all active video streams of the endpoint.
Returns
type:
List<IRemoteVideoStream>
setEndpointListener
void
setEndpointListener( endpointListener)
Set IEndpointListener
Parameters
endpointListener:
IEndpointListener listener or null. If null, previously set listener will be removed.
Returns
type:
void