Closed ibc closed 9 years ago
Current spec for the options given to createOffer():
createOffer()
{ mandatory: { OfferToReceiveVideo: true } }
Latest spec (does not work with the Temasys plugin):
{ offerToReceiveVideo: 1 }
Do something to "normalize" it and make it work in all the browsers.
Done.
Current spec for the options given to
createOffer()
:Latest spec (does not work with the Temasys plugin):
Do something to "normalize" it and make it work in all the browsers.