@sendbird/calls-react-native
    Preparing search index...

    Interface DirectCallUser

    interface DirectCallUser {
        isActive: boolean;
        metaData: Record<string, string>;
        nickname: string;
        profileUrl: string;
        role: DirectCallUserRole;
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isActive: boolean
    metaData: Record<string, string>
    nickname: string
    profileUrl: string
    userId: string