Rate this page:

EndpointStats

This API is in beta and subject to change.

Class that represents the com.voximplant.android.sdk.calls.Endpoint statistics.

Methods

toString

Copy URL
fun toString(): 

String

This API is in beta and subject to change.

Returns a string representation of the object.

Returns

  • type:

    String

Props

remoteAudioStats

Copy URL
var remoteAudioStats: 

Map<RemoteAudioStream, InboundAudioStats>?

This API is in beta and subject to change.

Statistics for all active incoming video streams from the Endpoint at the moment of the stats collection.

remoteVideoStats

Copy URL
var remoteVideoStats: 

Map<RemoteVideoStream, InboundVideoStats>?

This API is in beta and subject to change.

Statistics for all active incoming audio streams from the Endpoint at the moment of the stats collection.

endpointId

Copy URL
val endpointId: 

String

Returns

  • type:

    String