rn-verto-typescript
Version:
Verto Free Switch with React Native Type Script
17 lines (16 loc) • 499 B
TypeScript
export default interface ModerationCallbacks {
toBeNotDeaf: Function;
toBeDeaf: Function;
toBeKickedOut: Function;
toToggleMicrophone: Function;
toToggleCamera: Function;
toBePresenter: Function;
toBeVideoFloor: Function;
toHaveVideoBannerAs: Function;
toCleanVideoBanner: Function;
toIncreaseVolumeOutput: Function;
toDecreaseVolumeOutput: Function;
toIncreaseVolumeInput: Function;
toDecreaseVolumeInput: Function;
toTransferTo: Function;
}