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 docs : index.html description is wrong #95

Closed zhangyihui1 closed 5 years ago

zhangyihui1 commented 5 years ago

11 Customize audio input Instead of getting audio data from device microphone, our Android client SDK allows customizing audio input which enables media stream to get audio data from the source that application customizes. To set a customized audio input, please follow these steps:

Implement owt.base.IcsAudioRecord.AudioFrameGeneratorInterface; Call WebRtcUtils.setCustomizedAudioInput(AudioFrameGeneratorInterface) before instantiating PeerClient or ConferenceClient; Note: * Other names and brands may be claimed as the property of others.

I can not found owt.base.IcsAudioRecord.AudioFrameGeneratorInterface;

jianjunz commented 5 years ago

I cannot find above classes. Removed it from documentation.