- **All Implemented Interfaces:** `java.io.Serializable`, `kotlin.Comparable`

---

```java
public enum Identity.Role
extends Enum<Identity.Role>
```

### Session Participant role

### Nested Class Summary

| Modifier and Type | Class | Description |
| --- | --- | --- |
| | | |

### Field Summary

| Modifier and Type | Field | Description |
| --- | --- | --- |
| `private final String` | `name` |  |
| `private final Integer` | `ordinal` |  |

### Constructor Summary

| Constructor | Description |
| --- | --- |

### Enum Constant Summary

| Enum Constant | Description |
| --- | --- |
| `HOST` |  |
| `GUEST` |  |

### Method Summary

| Modifier and Type | Method | Description |
| --- | --- | --- |

- **Methods inherited from class kotlin.Enum**  
`getName, getOrdinal`  
- **Methods inherited from class java.lang.Object**  
`clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

### Constructor Detail

### Method Detail
