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

    Variable personJoinedConst

    personJoined: ({ name, showAlert, }: PersonJoinedOptions) => Promise<void>

    Announces that a participant has joined the event.

    Type Declaration

    await personJoined({
    name: 'Alice',
    showAlert: ({ message }) => console.log(message),
    });