# All Implemented Interfaces:

```java
public final class ScreenMeet
```

## Nested Class Summary

| Modifier and Type | Class | Description |
| --- | --- | --- |
| `public class` | `ScreenMeet.Companion` |  |
| `public final class` | `ScreenMeet.Configuration` | Create a configuration object. The organizationKey MUST be specified. |
| `public class` | `ScreenMeet.ConnectionState` | Session connection state. Basically is the signalling socket state. |
| `public final class` | `ScreenMeet.VideoState` | Data about video sources being streamed by Participant and some helper properties |
| `public class` | `ScreenMeet.VideoSource` | Supported video source types |
| `public final class` | `ScreenMeet.AudioState` | Data about audio sources being streamed by Participant and some helper properties |
| `public class` | `ScreenMeet.AudioSource` | Supported audio source types |

## Field Summary

| Modifier and Type | Field | Description |
| --- | --- | --- |

## Constructor Summary

| Constructor | Description |
| --- | --- |
| `ScreenMeet()` |  |

## Enum Constant Summary

| Enum Constant | Description |
| --- | --- |

## Method Summary

All Methods

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

## Methods inherited from class java.lang.Object

`clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

## Constructor Detail

### ScreenMeet

```java
ScreenMeet()
```

## Method Detail
