EricssonResearch / EricssonResearch/openwebrtc

I found Some problem on dtlsInfo initialzation

Open
#646 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
1.8k
Forks
531
PR merge metrics
No merged PRs in 30d

Description

Our server use the licode to connect to openwebrtc but some problem will lead to some error
When create offer dtlsinfo will be undefined anytime ,because of a thread sync problem,
the dtlsInfo will be generated at bridgeServer.js but it can't actually get the value every time because the function is a async
so,we can use a callback function to confirm the callback at dtlsInfo initializtion then to generate the SDP .

Contributor guide

Open the contributing guide

Research direction

Start in bridgeServer.js and trace the asynchronous dtlsInfo initialization used while creating an offer. Confirm where the value can be unavailable, then ensure SDP generation waits for initialization; done means create-offer no longer produces an undefined dtlsInfo error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
audio-video-rtc
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.