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
So I try to create custom peer connection using WebRTC which eventually will be integrated with LiveKit and porting custom AVAudioSession with custom AVAudioEngine or AVAudioUnit is not compatible with current release of RTCAudioDevice. The case is that the framework in swift would be externally imported into LiveKit project and even with overriding RTCAudioDevice.h and RTCPeerConnectionFactory.h with AudioDeviceDelegate and PeerConnectionFactory init with audioDevice is not compatible with imported git package to LiveKit project. I'd be grateful for new release with extended Objective-C header files to match with following sources:
Hi!
So I try to create custom peer connection using WebRTC which eventually will be integrated with LiveKit and porting custom AVAudioSession with custom AVAudioEngine or AVAudioUnit is not compatible with current release of RTCAudioDevice. The case is that the framework in swift would be externally imported into LiveKit project and even with overriding RTCAudioDevice.h and RTCPeerConnectionFactory.h with AudioDeviceDelegate and PeerConnectionFactory init with audioDevice is not compatible with imported git package to LiveKit project. I'd be grateful for new release with extended Objective-C header files to match with following sources:
RTCAudioDevice.h: https://webrtc.googlesource.com/src/+/refs/heads/main/sdk/objc/components/audio/RTCAudioDevice.h
RTCPeerConnectionFactory.h: https://webrtc.googlesource.com/src/+/refs/heads/main/sdk/objc/api/peerconnection/RTCPeerConnectionFactory.h
Best,
Piotr
The text was updated successfully, but these errors were encountered: