d85275

Results 1 comments of d85275

Hi, Try to modify the destination port of the audio track in SessionBuilder.java I modified it from 5004 to 5010 and it worked. if (session.getAudioTrack()!=null) { AudioStream audio = session.getAudioTrack();...