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
9 lines • 368 B
JavaScript
import { processConsumerTransports as sharedProcessConsumerTransports } from 'mediasfu-shared';
export async function processConsumerTransports({ consumerTransports, lStreams_, parameters, }) {
await sharedProcessConsumerTransports({
consumerTransports,
lStreams_,
parameters,
});
}
//# sourceMappingURL=processConsumerTransports.js.map