Skip to content

Commit

Permalink
VIDEO-12972 Update LocalParticipant#trackPublished event documentatio…
Browse files Browse the repository at this point in the history
…n. (#2010)
  • Loading branch information
manjeshbhargav committed Jul 20, 2023
1 parent 0c077c3 commit c5d9002
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/localparticipant.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,9 @@ class LocalParticipant extends Participant {
*/

/**
* A {@link LocalTrack} was successfully published.
* A {@link LocalTrack} that was added using {@link LocalParticipant#publishTrack} was successfully published. This event
* is not raised for {@link LocalTrack}s added in {@link ConnectOptions}<code>.tracks</code> or auto-created within
* <a href="module-twilio-video.html#.connect__anchor"><code>{@link connect}</code></a>.
* @param {LocalTrackPublication} publication - The resulting
* {@link LocalTrackPublication} for the published {@link LocalTrack}
* @event LocalParticipant#trackPublished
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@types/express": "^4.11.0",
Expand Down

0 comments on commit c5d9002

Please sign in to comment.