You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to baresip
I updated baresip, re and webrtc-demo to the latest versions, to solve the problem with SDP comming up without cadidates information. But another problem
appears : the communication between browser and server is through websockets. I´m using libwebsockets to implement this, but when libre fuctions are called to handle messages the following record appears: "main: thread check: called from a NON-RE thread without thread_enter()". Is there any way to deal with wss connections with webrtc-demo?
sebastia...@googlemail.com
unread,
Jul 19, 2022, 4:02:32 PM7/19/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to baresip
You have to wrap the libre functions like so (because libwebsockets is running on another thread and you have to "enter" the libre main thread first):