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.
Enables or disables the use of Metadata. When enabled, all
RTCPeerConnection
instances are created to have anencodedInsertableStreams
property set totrue
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 anRTCPeerConnection
.