issues
search
cybex-dev
/
twilio_voice
Flutter Twilio Voice Plugin
https://twilio-voice-web.web.app/
MIT License
40
stars
85
forks
source link
Fix: show incoming call screen with 'Pending' status
#143
Closed
cybex-dev
closed
1 year ago
cybex-dev
commented
1 year ago
Changes:
[web] Update
CallStatus
events
[web] Code refactor
[web] Trigger
onRinging
when
CallStatus.pending
is received (
ringing
is used by caller's side,
pending
is on recipient's side)
onRinging
is to inform the recipient of a new incoming call.
Changes:
CallStatus
eventsonRinging
whenCallStatus.pending
is received (ringing
is used by caller's side,pending
is on recipient's side)onRinging
is to inform the recipient of a new incoming call.