< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
In that case DUM should not send an empty SDP – you should get
an onOffer callback when the 200 arrives and the ACK will be sent after you call
provideAnswer. From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxx] On Behalf Of Karlsson When UAC call UAS with SDP, the UAS replied the 200 OK with
SDP, the UAC will be send the ACK automatically and the onConnected will be
fires. But in this case: UAC call UAS without the SDP, and the UAS
replied 200 OK with SDP, UAC need to replied the ACK with SDP. but the DUM will send the ACK without SDP automatically ,
then UAS will received two ACKs? So does there need to diable the DUM
send ACK? Thanks |