void onSIPCallEstablished()
Called when a connection is established.
Examples
function onSIPCallEstablished() {
console.log('SIP unregistered');
}
Requirements
KioWare for Android version 3.17 or greater.
Called when a connection is established.
function onSIPCallEstablished() {
console.log('SIP unregistered');
}
KioWare for Android version 3.17 or greater.