feat(external-api): Set blurred background from external api. (#15131)

Add setBlurredBackground command to external api.

Co-authored-by: Axel Prola <axel.prola@equasens.com>
This commit is contained in:
Axel Prola
2024-09-20 15:08:16 +02:00
committed by GitHub
parent 7bb2f1eaad
commit 97930bfef2
3 changed files with 47 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ const commands = {
sendParticipantToRoom: 'send-participant-to-room',
sendTones: 'send-tones',
setAssumedBandwidthBps: 'set-assumed-bandwidth-bps',
setBlurredBackground: 'set-blurred-background',
setFollowMe: 'set-follow-me',
setLargeVideoParticipant: 'set-large-video-participant',
setMediaEncryptionKey: 'set-media-encryption-key',