-
Notifications
You must be signed in to change notification settings - Fork 509
Closed
Labels
bugfeature: api 🛠️OCS API for conversations, chats and participantsOCS API for conversations, chats and participantsfeature: signaling 📶Internal and external signaling backendsInternal and external signaling backendsgood first issuelow
Milestone
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
When the internal signaling server is used the signaling messages are stored in the database when sent, and then read from the database when fetched by the target participant. In order to establish a call connection some signaling messages must be received in the same order that they were sent (the remote description must be processed before processing the remote candidates); otherwise the connection can not be established. However, when using PostgreSQL the input and output order can be different, and when that happens the signaling messages are received in the wrong order, thus causing the connection to not be established.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugfeature: api 🛠️OCS API for conversations, chats and participantsOCS API for conversations, chats and participantsfeature: signaling 📶Internal and external signaling backendsInternal and external signaling backendsgood first issuelow