Closed GoogleCodeExporter closed 8 years ago
anyone solve this issue?
Original comment by tta...@gmail.com
on 22 Jul 2009 at 5:48
don't forget to init iPhone audio, before initializing pjsip:
AudioSessionInitialize (NULL,
NULL,
NULL,
NULL
);
UInt32 sessionCategory = kAudioSessionCategory_PlayAndRecord;
AudioSessionSetProperty (
kAudioSessionProperty_AudioCategory,
sizeof (sessionCategory),
&sessionCategory
);
Original comment by BlackMacde@gmail.com
on 31 Jul 2009 at 2:04
Original comment by samuelv0...@gmail.com
on 4 Aug 2009 at 9:20
Issue 267 has been merged into this issue.
Original comment by samuelv0...@gmail.com
on 4 Aug 2009 at 9:21
Samuel, could you please post your patch that fixes this. There seems to be a
lot of
people suffering this same problem and nobody seems to know how to fix it.
Thankyou in advance,
Original comment by duckmons...@gmail.com
on 4 Aug 2009 at 10:26
Original issue reported on code.google.com by
tta...@gmail.com
on 21 Jul 2009 at 3:18