triniwiz / nativescript-webrtc

Apache License 2.0
42 stars 25 forks source link

setLocalDescription creates offer which has different description key name #45

Closed Argus444 closed 4 years ago

Argus444 commented 4 years ago

The offer created before and after setLocalDescription has the following object structure: { description:xyz, type:OFFER }

Shouldn't it be: { sdp:xyz, type:offer }