Skip to content

Commit

Permalink
Add setBlurredBackground command in iframe api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Prola authored and saghul committed Sep 20, 2024
1 parent c170a2e commit 0269d68
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/dev-guide/iframe-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,3 +714,13 @@ api.executeCommand('setAssumedBandwidthBps',
assumedBandwidthBps: number // Required. The value to set as assumed bandwidth expressed in bps.
);
```

### setBlurredBackground

Sets or removes the blurred virtual background to the user camera.

```javascript
api.executeCommand('setBlurredBackground',
blurType: String // Required. Blur type to apply. Accepted values are 'slight-blur', 'blur' or 'none'.
);
```

0 comments on commit 0269d68

Please sign in to comment.