You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: remove registerGlobals and use shim-based createAudioElement
- Remove registerGlobals() call from React Native shim
- Add createAudioElement() function to all shims (browser, RN, node, workers)
- Update openaiRealtimeWebRtc.ts to use shimmed createAudioElement
- Prevents global scope pollution in React Native environments
Addresses maintainer feedback preferring approach 2 from PR openai#193
0 commit comments