ConnectionType
@RequiresApi(value = 26) enum ConnectionType extends 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
ConnectionType ConnectionType.ACCEPTED
The connection was opened remotely and accepted via Participant.acceptConnection.
OPENED
ConnectionType ConnectionType.OPENED
The connection was opened locally via Participant.openConnection.
