@api.video/react-native-livestream
Version:
RTMP live streaming library from api.video
7 lines • 439 B
JavaScript
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands';
export const Commands = codegenNativeCommands({
supportedCommands: ['startStreaming', 'stopStreaming', 'setZoomRatioCommand']
});
export default codegenNativeComponent('ApiVideoLiveStreamView');
//# sourceMappingURL=NativeApiVideoLiveStreamView.js.map