Type Alias PartyInfo

PartyInfo: { displayName?: string; identifier: Party; isLocal: boolean }

Full information about a Party.

Type declaration

  • OptionaldisplayName?: string
  • identifier: Party
  • isLocal: boolean