rn-verto-typescript
Version:
Verto Free Switch with React Native Type Script
16 lines • 470 B
text/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,
}