Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: michaelfranzl/minnie-janus

Tags

Verified

This commit was signed with the committer’s verified signature. The key has expired.
michaelfranzl Michael Franzl

Verified

This commit was signed with the committer’s verified signature. The key has expired.
michaelfranzl Michael Franzl

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
michaelfranzl Michael Franzl
v0.9.3

* Upgrade dependencies (npm audit fix)
* Show testing badge from master branch
* Node 13.11.0

v0.9.2

Toggle v0.9.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michaelfranzl Michael Franzl
v0.9.2

Add test for Janus admin API to document the exact version of Janus we
were developing for.

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michaelfranzl Michael Franzl

v0.9.0

Toggle v0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michaelfranzl Michael Franzl
v0.9.0

* remove uptime feature
* enable reception of plugin messages after plugin detachment
* turn off default logging for Session (empty function instead of console)
* rename log to logger
* improve code style and documentation
* refactor demo for better readability

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michaelfranzl Michael Franzl

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michaelfranzl Michael Franzl

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
michaelfranzl Michael Franzl
Fix messaging timing

Ignore the ACK to a SDP offer, which may come before or after the event
containing the SDP answer, which has the nice side effect that the
sending of the SDP offer now returns a Promise with the SDP answer. This
allows simplification of minni-janus plugin implementations.
It is also a breaking change to minnie-janus plugin implementations.

See #2

0.7.1

Toggle 0.7.1's commit message
readme update