Edit

Share via


IIdentity interface

Represents a user, bot, or conversation.

Properties

id

Channel specific ID for this identity.

isGroup

If true the identity is a group. Typically only found on conversation identities and represents a group call.

locale

Users local if known.

name

Friendly name for this identity.

originator

If true the user started the call.

Property Details

id

Channel specific ID for this identity.

id: string

Property Value

string

isGroup

If true the identity is a group. Typically only found on conversation identities and represents a group call.

isGroup?: boolean

Property Value

boolean

locale

Users local if known.

locale?: string

Property Value

string

name

Friendly name for this identity.

name?: string

Property Value

string

originator

If true the user started the call.

originator?: boolean

Property Value

boolean