Function enableInlineMetadata

  • Enables or disables the use of Metadata. When enabled, all RTCPeerConnection instances are created to have an encodedInsertableStreams property set to true so that the appropriate insertable streams or encoded transform mechanism can be used to send metadata to the receiver.

    Call after creating the AudioContext but before creating an RTCPeerConnection.

    Parameters

    • enable: boolean

      true to enable inline metadata, false to disable.

    Returns void

© 2023 High Fidelity, Inc. | All rights reserved Terms of Service | Privacy Policy