ConnectionType
@RequiresApi(value = 26) enum ConnectionType : Enum
The type of the connection.
Summary
Enum Values |
|
---|---|
ACCEPTED |
The connection was opened remotely and accepted via |
OPENED |
The connection was opened locally via |
Enum Values
ACCEPTED
val ConnectionType.ACCEPTED: ConnectionType
The connection was opened remotely and accepted via Participant.acceptConnection
.
OPENED
val ConnectionType.OPENED: ConnectionType
The connection was opened locally via Participant.openConnection
.