Skip to content

Commit

Permalink
videoroom: add configured event
Browse files Browse the repository at this point in the history
  • Loading branch information
atoppi committed Jan 17, 2023
1 parent a8a4b94 commit a575a59
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/plugins/videoroom-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,14 @@ export default {
*/
VIDEOROOM_DISPLAY: PLUGIN_EVENT.DISPLAY,

/**
* A handle received a configured event.
*
* @event module:videoroom-plugin~VideoRoomHandle#event:VIDEOROOM_CONFIGURED
* @type {module:videoroom-plugin~VIDEOROOM_EVENT_CONFIGURED}
*/
VIDEOROOM_CONFIGURED: PLUGIN_EVENT.CONFIGURED,

/**
* A handle received a slow link notification.
*
Expand Down Expand Up @@ -1565,7 +1573,7 @@ export default {
* @event module:videoroom-plugin~VideoRoomHandle#event:VIDEOROOM_UPDATED
* @type {object}
* @property {number|string} room - The involved room
* @param {RTCSessionDescription} [params.jsep] - The updated JSEP offer
* @param {RTCSessionDescription} [jsep] - The updated JSEP offer
* @param {object[]} streams - List of the streams in this subscription
*/
VIDEOROOM_UPDATED: PLUGIN_EVENT.UPDATED,
Expand Down

0 comments on commit a575a59

Please sign in to comment.