# changeToolbarPosition()

Changes the position of the toolbar - **left**, **bottom** or **right**

```javascript
//Places the toolbar at the left side of the page
sambaFrame.changeToolbarPosition('left');

//Places the toolbar at the bottom of the page
sambaFrame.changeToolbarPosition('bottom');

//Places the toolbar at the right side of the page
sambaFrame.changeToolbarPosition('right');
```

**Sample use cases**:&#x20;

* You may want to control the toolbar position dynamically during the conference

{% hint style="info" %}
**showToolbar** is often used in conjunction with the [hideToolbar](https://docs.digitalsamba.com/reference/sdk/methods/hidetoolbar) method.
{% endhint %}
