< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate-users] Implementing DUM UAS for Session Recording Protocol RFC 7866 with resiprocate - UPDATE method


Hello All,

I am using resiprocate DUM for implementing UAS of recording server.

I ran into difficulties when implementing UPDATE support. Session Recording Client (SRC) can send UPDATE with recording session metadata contents to Session Recording Server (SRS). The UPDATE request does not contain SDP, just recording session metadata. I receive the contents in onOffer but I do not understand how can I send 200 OK without sending SDP back. I tried to use provideAnswer, but it sends SDP.

Thank you very much in advance,

Andriy