You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
Actually it is referring to the change in the 'calls' array only. New calls get signaled through 'onincoming', finished calls through 'ondisconnected'. 'calls' could be a synchronous method returning a sequence of TelephonyCall objects, at least my implementation does that.
I agree, we need to change call to a sequence. If onincoming handles an added call, and ondisconnected handles a call vanishing (I know, crappy word... bare with me), then callschanged seems redundant.
What if the call disconnects, and you have it in the sequence (since it is copied by value), so it's invalid? I like more the idea of having exactly one call object per call, referenced.
The spec says:
The above should be defined in terms of the underlying telephony system - not in terms of something changing in the calls array.
The text was updated successfully, but these errors were encountered: