< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
onOfferRejected() is called when the other end rejects an offer that you sent; for example INVITE->488, or UPDATE->488. There is no onOfferAcepted() callback, perhaps you are thinking of the onOfferRequired() callback (this is called when the other endpoint has solicited an offer by sending an offerless INVITE). If you're not clear on the whole offer-answer thing, a good introduction is draft-ietf-sipping-offeranswer-04 Best regards, Byron Campen
|