WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

ios call flow #59

Open andrewvmail opened 6 years ago

andrewvmail commented 6 years ago

@D-Marc1 @dmarcs, not an issue but curious on the authors call flow. do you guys use SIP as signalling mechanism or have your own custom signalling like SDP inside push payload.

Im asking because when using Sipjs as signalling library doing CordovaCall receiveCall to soon introduces no audio in 1 out of 4 calls. Re-arranging the flow removes the bug but results in a slower mechanism (cordovaCall receiveCall when a sip invite happens instead on push notification.

So just curious on the approach you guys use?