Rate this page:

EndpointStats

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

Methods

toString

Copy URL
fun toString(): 

String

Returns a string representation of the object.

Returns

  • type:

    String

Props

remoteAudioStats

Copy URL
var remoteAudioStats: 

Map<RemoteAudioStream, InboundAudioStats>?

Statistics for all active incoming video streams from the com.voximplant.android.sdk.calls.Endpoint at the moment of the stats collection.

remoteVideoStats

Copy URL
var remoteVideoStats: 

Map<RemoteVideoStream, InboundVideoStats>?

Statistics for all active incoming audio streams from the com.voximplant.android.sdk.calls.Endpoint at the moment of the stats collection.

endpointId

Copy URL
val endpointId: 

String

Returns

  • type:

    String