Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for Mute event

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

agentMuted: boolean
remarks
  • A boolean value which tells us if the agent is muted or not.
iisHost: string

iis hosting event details

vcHost: string

vc hosting event details

Methods

  • parse(data: {}): void
  • The parse method will take the data object and assign the values to the MuteEvent class properties

    example
    parse(data);
    

    Parameters

    • data: {}

      Data object received

      • [key: string]: string

    Returns void

Generated using TypeDoc