I'm using iaxclient2.0.2 as a library. But the thing is, my softphone
already has a video and audio layer, so we don't need to use iaxclient
for that. But if you go to iaxc_initialize() you will see that we can't
choose to use video or not, the same for audio.
We are trying this before the initialization:
iaxc_set_audio_prefs(IAXC_AUDIO_PREF_SEND_DISABLE);
iaxc_set_video_prefs(IAXC_VIDEO_PREF_SEND_DISABLE);
But when I run it, it shows:
pet@pet-ubuntu:~/Projetos/sfl/sflphone-iaxclient/sflphone$ sflphoned
PortAudio error at Unable to open streams: Invalid error code (value
greater than zero)
IAXCLIENT: failed to start camera, will keep trying
Does someone knows how to handle with this issue?
|