overview -
storing the user SDP state for a certain session in cookies
task -
how long to store the cookie for before wiping it out (time limit? reload? but prevention of session data disappearing is the reason cookie management is introduced)
--
preventing two simultaneous cookies from existing because two SDP offers leads to datachannel conflict
[ javascript ]
overview -
task -