mirror of https://github.com/OpenVidu/openvidu.git
![]() * openvidu-browser: rewrite generateOffer to use Transceivers Uses Transceivers if these are available in the underlying WebRTC implementation; otherwise it falls back to the legacy "offerToReceiveX" config of pc.createOffer() * openvidu-browser: move Transceiver creation in createOffer/createAnswer * WebRtcPeer: avoid getter syntax that doesn't compile with old Angular in testapp * WebRtcPeer: finish rewriting createOffer() & createAnswer() with Transceivers createOffer() can be used either for sending a "send" or "recv" offer to the media server; this is needed for the KMS SDP negotiation semantics. createAnswer() is used when in MEDIASOUP SDP negotiation mode, where the media server is the one sending an SDP Offer to the browser. |
||
---|---|---|
.. | ||
config | ||
src | ||
.gitignore | ||
.npmignore | ||
LICENSE | ||
generate-docs.sh | ||
package.json | ||
tsconfig.json |