< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
From: "Scott Godin" <slgodin@xxxxxxxxxxxx >A while back – it was suggested that we use an abstracted SdpContents class in the InviteSession code to allow app developers to plug in their own SdpContents classes.
I've been looking into creating a CSTA server with resip/dum – this requires that non-SDP contents are used in the offer/answer. What do people think about changing the InviteSession API's and callbacks to pass around Contents instead of SdpContents? And maybe a profile setting to indicate if the InviteSession should walk through multipart bodies or not to find SdpContents?