Hiyve Components - v1.0.0
    Preparing search index...

    Interface PresenceMatchConfig

    Configuration for the presence matching fields.

    interface PresenceMatchConfig {
        callerField: string;
        userField: string;
    }
    Index

    Properties

    callerField: string

    Field on the caller's profile to match with.

    userField: string

    Field on other users' profiles to match against.