Interface PersonJoinedOptions

interface PersonJoinedOptions {
    showAlert?: ShowAlert;
    name: string;
}

Properties

Properties

showAlert?: ShowAlert
name: string