question

$$ANON_USER$$ avatar image
$$ANON_USER$$ asked

Webrtc call.telnyxIDs is always empty

I tried at every state, the following:

const { telnyxCallControlId, telnyxSessionId, telnyxLegId } = call.telnyxIDs;
console.log(`telnyxCallControlId: ${telnyxCallControlId}; telnyxSessionId: ${telnyxSessionId}; telnyxLegId: ${telnyxLegId}`);

331-image.png

webrtc
image.png (70.4 KiB)
1 comment
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

klane@telnyx.com avatar image klane@telnyx.com ♦♦ commented ·

Interesting. Thanks for bringing that to us. Please give me some time to get some dev resources to check it out.

0 Likes 0 ·
$$ANON_USER$$ avatar image
$$ANON_USER$$ answered

Any update?

1 comment
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

klane@telnyx.com avatar image klane@telnyx.com ♦♦ commented ·

Hey, thanks for your patience. I am expecting an update this week.

0 Likes 0 ·
bobparker1112 avatar image
bobparker1112 answered

Any update? I want to switch over but I can't because of this not working.

10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

vidhan avatar image
vidhan answered

Hi! Can you test here and check if you are facing the same issue.

And if yes, kindly elaborate the issue.

10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

bobparker1112 avatar image
bobparker1112 answered

Yes, I am, 352-image.png

Please fix this.

I placed a breakpoint at this line:

353-image.png

and console log the e.call.telnyxIDs and it's undefined.


image.png (421.0 KiB)
image.png (617.2 KiB)
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

vidhan avatar image
vidhan answered

Hi @bobparker1112 , what is the error you are getting when testing it at https://webrtc.telnyx.com ?

10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

bobparker1112 avatar image
bobparker1112 answered

@vidhan, maybe I'm not being clear, this is NOT an error. As stated in the title, it's the fact that "webrtc call.telnyxIDs is always empty". I need the telnyx ids to order to perform operations on the call, such as start recording with custom command id, but since the ids are always undefined, I cannot operations on it. I've conveyed the issue via multiple screenshots showing the ids as undefined.

Command:

const { telnyxCallControlId, telnyxSessionId, telnyxLegId } = call.telnyxIDs;
console.log(`telnyxCallControlId: ${telnyxCallControlId}; telnyxSessionId: ${telnyxSessionId}; telnyxLegId: ${telnyxLegId}`);

Expected Result:

telnyxCallControlId: v3.blahblah, telnyxSessionId: idblahblah, telnyxLegId: idblahblah

Actual Result:

telnyxCallControlId: undefined, telnyxSessionId: undefined, telnyxLegId: undefined
3 comments
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

klane@telnyx.com avatar image klane@telnyx.com ♦♦ commented ·

I have bumped your ticket ENGDESK-22723 for another review.

0 Likes 0 ·
bobparker1112 avatar image bobparker1112 commented ·

Any update? I'm shocked that it is taking this long to get back. Like, it's been almost a month and still no actual response back from the team.

0 Likes 0 ·
klane@telnyx.com avatar image klane@telnyx.com ♦♦ bobparker1112 commented ·

I am pushing for additional resolution this week.

0 Likes 0 ·
vidhan avatar image
vidhan answered

Hi @bobparker1112 , apologies for the delay.
May I have your call flow and call ID so that our team can investigate on our backend to get to the root of issue.

10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

bobparker1112 avatar image
bobparker1112 answered

Sure, here is one: v3:aysh1TBcapTehp81VMANIiUGCsMt5bjNHVp-hrK-X82bTY6GltCcRg

but I don't know why you need this, just use the https://webrtc.telnyx.com that you were telling me to use. Try to get the ids yourself when using the webrtc on the website. I honestly don't know why this problem is difficult to comprehend. The ids are undefined when they shouldn't be, or I'm missing something.

1 comment
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

klane@telnyx.com avatar image klane@telnyx.com ♦♦ commented ·

Hi Bob,

It turned out that it was expected behavior to not pass the ids. We have submitted a feature request to start passing the ids: Ticket # ENGDESK-23349. Thanks for reporting this item!

0 Likes 0 ·

Manage Your Content