Coerces an RTMS audio payload (a Uint8Array or ArrayBuffer) to a standalone ArrayBuffer the bridge can forward. A Uint8Array view is copied so a downstream consumer never sees bytes outside its window or a recycled SDK buffer.
Uint8Array
ArrayBuffer
Coerces an RTMS audio payload (a
Uint8ArrayorArrayBuffer) to a standaloneArrayBufferthe bridge can forward. AUint8Arrayview is copied so a downstream consumer never sees bytes outside its window or a recycled SDK buffer.