1.4.28 • Published 1 year ago

@dytesdk/background-changer-module v1.4.28

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

background-changer

Warning This package is for the depreciated "dyte-client" SDK For our latest SDKs use https://www.npmjs.com/package/@dytesdk/video-background-transformer

Install

npm install --save @dytesdk/background-changer-module

Usage

import backgroundModule from '@dytesdk/background-changer-module';

<DyteMeeting
          onInit={(meeting: Meeting) => {
                 meeting.modules.initAndAdd(backgroundModule);
          }}
          clientId={clientId}
          meetingConfig={meetingConfig}
        />

To Add your own images

import {createAndGetModule} from '@dytesdk/background-changer-module';

const backgroundModule = createAndGetModule({
  defaultImageUrl: undefined,
  imageUrls: [
    'https://assets.dyte.io/backgrounds/bg_0.jpg',
    'https://assets.dyte.io/backgrounds/bg_1.jpg',
    'https://assets.dyte.io/backgrounds/bg_2.jpg',
    'https://assets.dyte.io/backgrounds/bg_3.jpg',
    'https://assets.dyte.io/backgrounds/bg_4.jpg',
    'https://assets.dyte.io/backgrounds/bg_5.jpg',
    'https://assets.dyte.io/backgrounds/bg_6.jpg',
    'https://assets.dyte.io/backgrounds/bg_7.jpeg',
  ]
});


<DyteMeeting
          onInit={(meeting: Meeting) => {
                 meeting.modules.initAndAdd(backgroundModule);
          }}
          clientId={clientId}
          meetingConfig={meetingConfig}
        />
1.4.28

1 year ago

1.4.27

2 years ago

1.4.26

2 years ago

1.4.25

2 years ago

1.4.22

2 years ago

1.4.24

2 years ago

1.4.23

2 years ago

1.4.21

2 years ago

1.4.20

3 years ago

1.4.4-a

3 years ago

1.4.4

3 years ago