Closed meroger closed 3 months ago
@meroger ,
Can you include more details on what the issue is? We already support adding audio track here: https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-ios/blob/master/Swift/KVSiOSApp/WebRTCClient.swift#L233-L238
Here's how I get the video frame, inheriting RTCMTLVideoView and getting the video frame from the parent method. But how do I get audio frames?
I can easily get video frames to do screenshots, but I can't get audio frames to make video to save locally. How do I get the audio track?