8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Im using simpleUser class const simpleUser = new Web.SimpleUser(server, options); SIP.js 0.21.0
how to get any callee information ?
simpleUser.delegate = { onCallReceived: async () => {
//how to get any callee information here? Any API references return undefined values
}}