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
As far as I know, this enableExternalAudioSourceWithSampleRate will disable the SDK audio capture. It is actually not needed before customer this API pushExternalAudioFrame.
If developers were to skip 'enableExternalAudioSourceWithSampleRate' and directly use 'pushExternalAudioFrame', the SDK will continue to capture audio and 'pushExternalAudioFrame' will also work
Enable the custom video source
Before joining a channel, call setExternalVideoSource to enable the custom video source. Once you enable it, you cannot use the methods of the SDK to capture video frames.
The text was updated successfully, but these errors were encountered:
As far as I know, this
enableExternalAudioSourceWithSampleRate
will disable the SDK audio capture. It is actually not needed before customer this APIpushExternalAudioFrame
.If developers were to skip 'enableExternalAudioSourceWithSampleRate' and directly use 'pushExternalAudioFrame', the SDK will continue to capture audio and 'pushExternalAudioFrame' will also work
In the link, is more clear about (setExternalVideoSource)
https://docs.agora.io/en/3.x/interactive-live-streaming/advanced-features/custom-video?platform=ios
Before joining a channel, call setExternalVideoSource to enable the custom video source. Once you enable it, you cannot use the methods of the SDK to capture video frames.
The text was updated successfully, but these errors were encountered: