Class representing an HMS Noise Cancellation Plugin.

Hierarchy

  • HMSNoiseCancellationPlugin

Constructors

Properties

modelName: SmallFullBand

Methods

  • Disables noise cancellation.

    Returns Promise<boolean>

    A promise that resolves to true if noise cancellation is disabled, otherwise, rejected promise is returned

  • Enables noise cancellation.

    Returns Promise<boolean>

    A promise that resolves to true if noise cancellation is enabled, otherwise, rejected promise is returned

  • To make noise cancellation work your room needs to have noise cancellation feature enabled.

    Gets whether noise cancellation is available for your room.

    Returns Promise<boolean>

    True if noise cancellation is available, false otherwise.

    Note: You can call this API to check the state of noise cancellation only after successfully joining the room.

Generated using TypeDoc