Skip to content

Commit

Permalink
handle: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atoppi committed Jun 13, 2024
1 parent 19ab368 commit 4daf90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handle.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class Handle extends EventEmitter {
if (typeof janus_message.receiving !== 'undefined') janode_event_data.receiving = janus_message.receiving;
if (typeof janus_message.mid !== 'undefined') janode_event_data.mid = janus_message.mid;
if (typeof janus_message.substream !== 'undefined') janode_event_data.substream = janus_message.substream;
if (typeof janus_message.seconds !== 'undefined') janode_event_data.substream = janus_message.seconds;
if (typeof janus_message.seconds !== 'undefined') janode_event_data.seconds = janus_message.seconds;
/**
* The handle received a media notification.
*
Expand Down

0 comments on commit 4daf90f

Please sign in to comment.