userv562

Results 1 issues of userv562

So I have the same exact code as you with the following exception: `peerConnection.createOffer(offerOptions).then(createdDescription).catch(errorHandler);` where ``` const offerOptions = { offerToReceiveAudio: 1, offerToReceiveVideo: 1 }; ``` Furthermore, I am also...