@100mslive/react-native-room-kit
Version:
100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.
10 lines • 377 B
TypeScript
import * as React from 'react';
import type { StyleProp, ViewStyle } from 'react-native';
interface HMSManageLocalVideoProps extends ToggleVideoMuteButtonProps {
}
export declare const HMSManageLocalVideo: React.FC<HMSManageLocalVideoProps>;
interface ToggleVideoMuteButtonProps {
style?: StyleProp<ViewStyle>;
}
export {};
//# sourceMappingURL=HMSManageLocalVideo.d.ts.map