@vonage/client-sdk - v2.7.0
    Preparing search index...

    Interface User

    Represents an SDK user

    interface User {
        get channels(): Nullable<UserChannelsJS>;
        get customData(): any;
        get displayName(): Nullable<string>;
        get id(): string;
        get imageUrl(): Nullable<string>;
        get name(): string;
        get timestamp(): Nullable<UserTimestampJS>;
    }
    Index
    • get channels(): Nullable<UserChannelsJS>

      Returns Nullable<UserChannelsJS>

    • get customData(): any

      Returns any

    • get displayName(): Nullable<string>

      Returns Nullable<string>

    • get id(): string

      Returns string

    • get imageUrl(): Nullable<string>

      Returns Nullable<string>

    • get name(): string

      Returns string

    • get timestamp(): Nullable<UserTimestampJS>

      Returns Nullable<UserTimestampJS>