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
Hello, when I receive inbound calls and want to check the direction, the property is totally absent. It does appear for outbound calls.
EDIT: After testing a bit more, direction does show up for inbound calls but only after the new and ringing call events have passed, and the call state has transitioned to active. This is a bit inconsistent and it would be good to always have direction present. There is nothing about this quirk in the documentation.
For outbound calls, direction is also absent for calls in the new state.
The issue with this is it hurts our ability to lower render latency in our app by updating our UI instantly upon creation of a new call. Instead we must wait until the call is out of the new state.
The text was updated successfully, but these errors were encountered:
tedg
changed the title
"Direction" Property is missing for Inbound Calls
"Direction" Property is missing for Inbound Calls in the "new" Call State
Jun 22, 2023
tedg
changed the title
"Direction" Property is missing for Inbound Calls in the "new" Call State
"Direction" Property is missing for calls in the "new" and "ringing" Call State
Jun 22, 2023
Hello, when I receive inbound calls and want to check the
direction
, the property is totally absent. It does appear for outbound calls.EDIT: After testing a bit more,
direction
does show up for inbound calls but only after thenew
andringing
call events have passed, and the call state has transitioned toactive
. This is a bit inconsistent and it would be good to always havedirection
present. There is nothing about this quirk in the documentation.For outbound calls,
direction
is also absent for calls in thenew
state.The issue with this is it hurts our ability to lower render latency in our app by updating our UI instantly upon creation of a new call. Instead we must wait until the call is out of the
new
state.The text was updated successfully, but these errors were encountered: