

# Starting video input for the Amazon Chime SDK
Starting video input

The following example shows how to use the `VideoTransformDevice` object to start video input. 

```
// assuming that meetingSession has already been created
await meetingSession.audioVideo.startVideoInput(videoTransformDevice);
meetingSession.audioVideo.start();
meetingSession.audioVideo.startLocalVideoTile();
```