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
Hi, I generated an answer sdp through peerConnection.CreateAnswer(nil) and set the bandwidth field for the answer sdp, but when peerConnection.SetLocalDescription(answer) returned an error: ‘new sdp does not match previous answer’.
Am I doing this wrong?
Is there a correct way to set the bandwidth field?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I generated an answer sdp through
peerConnection.CreateAnswer(nil)
and set the bandwidth field for the answer sdp, but whenpeerConnection.SetLocalDescription(answer)
returned an error:‘new sdp does not match previous answer’.
Am I doing this wrong?
Is there a correct way to set the bandwidth field?
Beta Was this translation helpful? Give feedback.
All reactions