MediaSFU React Native (Expo)
    Preparing search index...

    Variable MediasfuGenericConst

    MediasfuGeneric: React.FC<MediasfuGenericOptions> = ...

    MediasfuGeneric component optimizes the media experience for conferences. Participants can share media (audio, video, screen share) with each other. Participants can chat with each other and engage in polls and breakout rooms, share screens, and more during the conference.

    Component properties.

    • React functional component.
    <MediasfuGeneric
    PrejoinPage={WelcomePage}
    credentials={{ apiUserName: "username", apiKey: "apikey" }}
    useLocalUIMode={false}
    seedData={{}}
    useSeed={false}
    imgSrc="https://mediasfu.com/images/logo192.png"
    sourceParameters={{ key: value }}
    updateSourceParameters={updateSourceParameters}
    returnUI={true}
    noUIPreJoinOptions={customPreJoinOptions}
    joinMediaSFURoom={joinRoomOnMediaSFU}
    createMediaSFURoom={createRoomOnMediaSFU}
    />

    This component handles the generic functionalities for MediaSFU, including joining rooms, managing participants, and handling media streams. It uses various hooks and methods to manage state and perform actions such as joining a room, updating initial values, and handling media streams.