open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
195 stars 96 forks source link

Android client SDK allows customizing audio input? #113

Open zengxianhua opened 5 years ago

zengxianhua commented 5 years ago

in sdk document i found these description:

1 Implement com.intel.webrtc.base.IcsAudioRecord.AudioFrameGeneratorInterface;

2 Call WebRtcUtils.setCustomizedAudioInput(AudioFrameGeneratorInterface) before instantiating PeerClient or ConferenceClient;

however, i can't find these classes in sdk, have these been removed from ? how can I customize audio input? Any suggestions ?

thanks