Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DirectCallListener

Index

Methods

  • onUserHoldStatusChanged(call: DirectCallProperties, isLocalUser: boolean, isUserOnHold: boolean): void
  • The local or remote user has put a call on hold or removed a hold from a call and their hold status has changed.

    since

    1.0.0

    Parameters

    • call: DirectCallProperties

      DirectCall that has updated user hold status

    • isLocalUser: boolean

      Returns true if the user whose hold status changed is local user

    • isUserOnHold: boolean

      Returns true if the user's hold status is changed to on hold

    Returns void

Generated using TypeDoc