Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTCAudioDevice missing delegate and RTCPeerConnectionFactory misses initialisation with audioDevice #5

Open
PITV420 opened this issue Apr 12, 2023 · 0 comments

Comments

@PITV420
Copy link

PITV420 commented Apr 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant