Rate this page:

IEndpoint

Interface that represents a remote call party.

Methods

getAudioStreams

Copy URL

List<IRemoteAudioStream>

getAudioStreams()

Gets the endpoint active audio streams.

Returns

getEndpointId

Copy URL

String

getEndpointId()

Gets the endpoint ID.

Returns

  • type:

    String

getPlace

Copy URL

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

Copy URL

String

getSipUri()

Gets the endpoint SIP URI.

Returns

  • type:

    String

getUserDisplayName

Copy URL

String

getUserDisplayName()

Gets the endpoint user display name.

Returns

  • type:

    String

getUserName

Copy URL

String

getUserName()

Gets the endpoint user name.

Returns

  • type:

    String

getVideoStreams

Copy URL

List<IRemoteVideoStream>

getVideoStreams()

Gets the endpoint active video streams.

Returns

setEndpointListener

Copy URL

void

setEndpointListener(

IEndpointListener

endpointListener
)

Sets an IEndpointListener.

Parameters

Returns

  • type:

    void