Skip to content

Commit

Permalink
make parameters optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mildsunrise authored Aug 8, 2024
1 parent 87b1b71 commit ad97b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/VideoEncoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ class VideoEncoder extends Emitter
}

/**
* @param {string} trackId (unused. FIXME: please remove)
* @param {Native.FrameDispatchCoordinatorShared} frameDispatchCoordinator
* @param {string} [trackId] (unused. FIXME: please remove)
* @param {Native.FrameDispatchCoordinatorShared} [frameDispatchCoordinator]
* @returns
*/
createIncomingStreamTrack(trackId, frameDispatchCoordinator)
Expand Down

0 comments on commit ad97b5f

Please sign in to comment.