Tags: michaelfranzl/minnie-janus
Tags
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
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
PreviousNext