Skip to content

Commit

Permalink
feat(external-api) conferenceCreatedTimestamp event
Browse files Browse the repository at this point in the history
  • Loading branch information
garysmith058 authored and saghul committed May 10, 2024
1 parent 3329475 commit 5d7b7f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/dev-guide/iframe-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,18 @@ The listener receives an object with the following structure:
}
```

### conferenceCreatedTimestamp

Provides notification of the start time of the video conference.

The listener receives an object with the following structure:

```javascript
{
timestamp: timestamp // time the conference started
}
```

### videoAvailabilityChanged

Provides event notifications about video availability status changes.
Expand Down

0 comments on commit 5d7b7f1

Please sign in to comment.