[reSIProcate] Using DUM to perform an invite with non-SDP body
I'm just starting to get my head round resiprocate/DUM, so please bear with me if this is all a bit obvious:
I'm looking at DialogUsageManager, InviteSession and
InviteSessionHandler. The functions for initiating an invite session
all seem to pass around the contents of the INVITE and the responses to
it as an SdpContents * (eg initialOffer). Is it possible to initiate or
reply to an INVITE using a different, non-SDP contents type?
- Alan