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
Behaviour
Our application connects to a room, publishes a dataTrack and immediately attempts to send a message to the other participants in the room. This message is not received by the other participants. No error is thrown when calling the send method is called
Observation
On investigation it seems possible the send method might be throwing an error (given the state of the connection). But it appears that the DataTrackSender twillio-video implementation swallows errors (rather than handling or even logging them to the logger)
Code snippet from twilio-video below
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
(Closed and consolidated with issue: #1510)
Behaviour
Our application connects to a room, publishes a dataTrack and immediately attempts to send a message to the other participants in the room. This message is not received by the other participants. No error is thrown when calling the send method is called
Observation
On investigation it seems possible the send method might be throwing an error (given the state of the connection). But it appears that the DataTrackSender twillio-video implementation swallows errors (rather than handling or even logging them to the logger)
Code snippet from twilio-video below
Software versions:
Chrome v89 on MacOs
twilio-video.js 2.15.1
react 17.0.2
The text was updated successfully, but these errors were encountered: