Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to store headset devices for jabra sdk service

Hierarchy

  • DeviceCollectionService

Index

Constructors

Properties

availableDevices: IDeviceCollection = ...
availableDevicesEvent: Subject<HeadsetDevice[]> = ...
numberOfDevices: number = 0
selectedDevice: IDevice = ...
selectedDeviceEvent: Subject<HeadsetDevice> = ...

Methods

  • addDevice(device: IDevice): void
  • getAllDevices(): any[]
  • getDeviceById(deviceId: string): IDevice
  • getNumberOfDevices(): number
  • getSelectedDevice(): { id: string; name: string }
  • removeCollection(id: string): void
  • updateSelectedDevice(device: IDevice): void

Generated using TypeDoc