# SessionConfig

See [Configuration](https://docs.appetize.io/javascript-sdk/configuration) for more information.

| Property                 | Type                     |
| ------------------------ | ------------------------ |
| buildId?                 | string                   |
| device?                  | string                   |
| osVersion?               | string                   |
| scale?                   | number \| 'auto'         |
| autoplay?                | boolean                  |
| adbShellCommand?         | string                   |
| androidPackageManager?   | boolean                  |
| appearance?              | string                   |
| audio?                   | boolean                  |
| codec?                   | string                   |
| debug?                   | boolean                  |
| deviceColor?             | string                   |
| disableVirtualKeyboard?  | boolean                  |
| enableAdb?               | boolean                  |
| grantPermissions?        | boolean                  |
| hidePasswords?           | boolean                  |
| iosKeyboard?             | string                   |
| iosAutocorrect?          | string                   |
| language?                | string                   |
| launchUrl?               | string                   |
| launchArgs?              | Array\<string \| number> |
| locale?                  | string                   |
| location?                | number\[]                |
| noVideo?                 | boolean                  |
| orientation?             | string                   |
| platform?                | 'ios' \| 'android'       |
| params?                  | Object                   |
| plistEdit?               | Object                   |
| proxy?                   | string                   |
| record?                  | boolean                  |
| region?                  | string                   |
| screenOnly?              | boolean                  |
| showRotateButtons?       | boolean                  |
| timezone?                | string                   |
| endSessionRedirectUrl?   | string                   |
| userInteractionDisabled? | boolean                  |
| volume?                  | number                   |
