react-native-sip icon indicating copy to clipboard operation
react-native-sip copied to clipboard

is there a way to access SIP headers when receiving a call?

Open oojikoo opened this issue 5 years ago • 0 comments

when I make a call, it is possible to pass extra headers

let options = {
  headers: {
    "P-Assserted-Identity": "Header example",
    "X-UA": "React native"
  }
}

let call = await endpoint.makeCall(account, destination, options);

but how do I access SIP headers passed when receiving a call?

oojikoo avatar Dec 14 '19 03:12 oojikoo