I want to send some custom info using sip_ua library but it's currently impossible cause Call doesn't expose sendInfo that is defined on RTCSession.
I think it could implemented as simple as exposing sendInfo method on Call and proxying all parameters to sendInfo of RTCSession