ConnectionType

@RequiresApi(value = 26) enum ConnectionType : Enum


The type of the connection.

Summary

Enum Values

ACCEPTED

The connection was opened remotely and accepted via Participant.acceptConnection.

OPENED

The connection was opened locally via Participant.openConnection.

Enum Values

ACCEPTED

val ConnectionType.ACCEPTEDConnectionType

The connection was opened remotely and accepted via Participant.acceptConnection.

OPENED

val ConnectionType.OPENEDConnectionType

The connection was opened locally via Participant.openConnection.