Skip to content

Commit

Permalink
Fixed Peerconnection docs (#115)
Browse files Browse the repository at this point in the history
* Paralellized connection to Signaling Websocket and getting and setting local SDP.

* Updated eslintignore for local verification.

* Updated package lock from packages.

* Added parallelize set local description and send publish/view command.
Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation)

* Fix: Stereo flag (#94)

* Fix set stereo flag in both opus and multiopus SDP.

* Change stereo set order.
Now multiopus does not have stereo flag.

* Add multisource feature and DTX publish (#92)

* add getRTCPeerConnection to BaseWebRTC

* add multisource support

* add dtx support

* add dtx support

* do not add transceiver if media is disabled

Co-authored-by: Emil Santurio <[email protected]>
Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Renzo <[email protected]>

* Updated package version

* Change regex when setting Director domain for Safari compatibility. (#96)

* Updated SDK version

* Add support for abs-capture-time header extension (#98)

* Add support for abs-capture-time header extension

* Merged develop.
Renamed test file to Jest format.
Fix unknown replaceAll to replace.

* Added linter script to fix syntax.

Co-authored-by: Renzo <[email protected]>

* Updated package version

* Add layer events

* Refactor event override

* Add layer selection

* Initial work on projection

* first attempt to add dynamic remote tracks

* first working version

* More readable and understandable variables in viewer-demo README.md (#100)

* Release v0.1.12 (#99)

* Paralellized connection to Signaling Websocket and getting and setting local SDP.

* Updated eslintignore for local verification.

* Updated package lock from packages.

* Added parallelize set local description and send publish/view command.
Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation)

* Fix: Stereo flag (#94)

* Fix set stereo flag in both opus and multiopus SDP.

* Change stereo set order.
Now multiopus does not have stereo flag.

* Add multisource feature and DTX publish (#92)

* add getRTCPeerConnection to BaseWebRTC

* add multisource support

* add dtx support

* add dtx support

* do not add transceiver if media is disabled

Co-authored-by: Emil Santurio <[email protected]>
Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Renzo <[email protected]>

* Updated package version

* Change regex when setting Director domain for Safari compatibility. (#96)

* Updated SDK version

* Add support for abs-capture-time header extension (#98)

* Add support for abs-capture-time header extension

* Merged develop.
Renamed test file to Jest format.
Fix unknown replaceAll to replace.

* Added linter script to fix syntax.

Co-authored-by: Renzo <[email protected]>

* Updated package version

Co-authored-by: Sergio Garcia Murillo <[email protected]>
Co-authored-by: Emil Santurio <[email protected]>

* More readable and understandable variables

Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Sergio Garcia Murillo <[email protected]>
Co-authored-by: Emil Santurio <[email protected]>

* More readable and understandable variables in publisher-demo README.md (#101)

* Release v0.1.12 (#99)

* Paralellized connection to Signaling Websocket and getting and setting local SDP.

* Updated eslintignore for local verification.

* Updated package lock from packages.

* Added parallelize set local description and send publish/view command.
Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation)

* Fix: Stereo flag (#94)

* Fix set stereo flag in both opus and multiopus SDP.

* Change stereo set order.
Now multiopus does not have stereo flag.

* Add multisource feature and DTX publish (#92)

* add getRTCPeerConnection to BaseWebRTC

* add multisource support

* add dtx support

* add dtx support

* do not add transceiver if media is disabled

Co-authored-by: Emil Santurio <[email protected]>
Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Renzo <[email protected]>

* Updated package version

* Change regex when setting Director domain for Safari compatibility. (#96)

* Updated SDK version

* Add support for abs-capture-time header extension (#98)

* Add support for abs-capture-time header extension

* Merged develop.
Renamed test file to Jest format.
Fix unknown replaceAll to replace.

* Added linter script to fix syntax.

Co-authored-by: Renzo <[email protected]>

* Updated package version

Co-authored-by: Sergio Garcia Murillo <[email protected]>
Co-authored-by: Emil Santurio <[email protected]>

* More readable and understandable variables in README.md

Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Sergio Garcia Murillo <[email protected]>
Co-authored-by: Emil Santurio <[email protected]>

* Added Dictionary options object in signaling publish and subscribe (#106)

* add layer to view command and check validity of mapping in projection

* Added av1 support (#107)

* Release v0.1.12 (#99)

* Paralellized connection to Signaling Websocket and getting and setting local SDP.

* Updated eslintignore for local verification.

* Updated package lock from packages.

* Added parallelize set local description and send publish/view command.
Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation)

* Fix: Stereo flag (#94)

* Fix set stereo flag in both opus and multiopus SDP.

* Change stereo set order.
Now multiopus does not have stereo flag.

* Add multisource feature and DTX publish (#92)

* add getRTCPeerConnection to BaseWebRTC

* add multisource support

* add dtx support

* add dtx support

* do not add transceiver if media is disabled

Co-authored-by: Emil Santurio <[email protected]>
Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Renzo <[email protected]>

* Updated package version

* Change regex when setting Director domain for Safari compatibility. (#96)

* Updated SDK version

* Add support for abs-capture-time header extension (#98)

* Add support for abs-capture-time header extension

* Merged develop.
Renamed test file to Jest format.
Fix unknown replaceAll to replace.

* Added linter script to fix syntax.

Co-authored-by: Renzo <[email protected]>

* Updated package version

Co-authored-by: Sergio Garcia Murillo <[email protected]>
Co-authored-by: Emil Santurio <[email protected]>

* Added support to AV1 coedec

* Fixed some vulnerability packages
Added rollup plugin to support newest Axios version

* Comments refactor and change if to one line if

Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Sergio Garcia Murillo <[email protected]>
Co-authored-by: Emil Santurio <[email protected]>
Co-authored-by: Renzo <[email protected]>

* Fix layer selection cmd data

* Firefox bitrate support is done inside semantic-sdp now (#109)

* Release v0.1.12 (#99)

* Paralellized connection to Signaling Websocket and getting and setting local SDP.

* Updated eslintignore for local verification.

* Updated package lock from packages.

* Added parallelize set local description and send publish/view command.
Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation)

* Fix: Stereo flag (#94)

* Fix set stereo flag in both opus and multiopus SDP.

* Change stereo set order.
Now multiopus does not have stereo flag.

* Add multisource feature and DTX publish (#92)

* add getRTCPeerConnection to BaseWebRTC

* add multisource support

* add dtx support

* add dtx support

* do not add transceiver if media is disabled

Co-authored-by: Emil Santurio <[email protected]>
Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Renzo <[email protected]>

* Updated package version

* Change regex when setting Director domain for Safari compatibility. (#96)

* Updated SDK version

* Add support for abs-capture-time header extension (#98)

* Add support for abs-capture-time header extension

* Merged develop.
Renamed test file to Jest format.
Fix unknown replaceAll to replace.

* Added linter script to fix syntax.

Co-authored-by: Renzo <[email protected]>

* Updated package version

Co-authored-by: Sergio Garcia Murillo <[email protected]>
Co-authored-by: Emil Santurio <[email protected]>

* Firefox bitrate support is done inside semantic-sdp now

* update semantic sdp

* update semantic-sdp

* Removed semantic-sdp from main package.json.
Removed unused var browserData

Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Emil Santurio <[email protected]>
Co-authored-by: Renzo <[email protected]>

* Updated package version

* Fixed peerconnection docs

Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Renzo Delfino <[email protected]>
Co-authored-by: Sergio Garcia Murillo <[email protected]>
Co-authored-by: Emil Santurio <[email protected]>
Co-authored-by: ctoppel <[email protected]>
Co-authored-by: Sebastián Piquerez <[email protected]>
  • Loading branch information
7 people authored Oct 21, 2021
1 parent ffe14be commit 8420f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/millicast-sdk/src/PeerConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default class PeerConnection extends EventEmitter {
/**
* Add remote receving track.
* @param {String} media - Media kind ('audio' | 'video').
* @return {Array[MediaStream]} streams - Streams the stream will belong to.
* @return {Array<MediaStream>} streams - Streams the stream will belong to.
*/
addRemoteTrack (media, streams) {
return this.peer.addTransceiver(media, { direction: 'recvonly', streams }).track
Expand Down

0 comments on commit 8420f20

Please sign in to comment.