Rate this page:

IEndpoint

Interface that represents the remote call party.

Methods

getAudioStreams

Copy URL

List<IRemoteAudioStream>

getAudioStreams()

Get all active audio streams of the endpoint.

Returns

getEndpointId

Copy URL

String

getEndpointId()

Get the endpoint id.

Returns

  • type:

    String

getPlace

Copy URL

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

Copy URL

String

getSipUri()

Get SIP URI of the endpoint.

Returns

  • type:

    String

getUserDisplayName

Copy URL

String

getUserDisplayName()

Get user display name of the endpoint.

Returns

  • type:

    String

getUserName

Copy URL

String

getUserName()

Get user name of the endpoint.

Returns

  • type:

    String

getVideoStreams

Copy URL

List<IRemoteVideoStream>

getVideoStreams()

Get all active video streams of the endpoint.

Returns

setEndpointListener

Copy URL

void

setEndpointListener(

IEndpointListener

endpointListener
)

Set IEndpointListener

Parameters

Returns

  • type:

    void