mediasfu-reactnative-expo
Version:
mediasfu-reactnative-expo – Expo-managed React Native WebRTC SDK for video conferencing, webinars, live streaming, broadcast, screen sharing, whiteboard, chat, recording, live subtitles, translation, and AI agent rooms on iOS, Android, and web. Prebuilt r
11 lines • 368 B
JavaScript
import { streamSuccessVideo as sharedStreamSuccessVideo } from 'mediasfu-shared';
export const streamSuccessVideo = async ({ stream, parameters, }) => {
await sharedStreamSuccessVideo({
stream,
parameters: {
...parameters,
removeSingleVideoEncoding: true,
},
});
};
//# sourceMappingURL=streamSuccessVideo.js.map