Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 87bb73e

Browse files
authored
Merge pull request #123 from bigbluebutton/fix-typos
Fix typos in docs pages
2 parents 6bb653d + 6451cb9 commit 87bb73e

18 files changed

+334
-419
lines changed

_posts/2015-04-04-recording.md

Lines changed: 26 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ The first recording has an internal `meetingID` of `238ff79fd66331a59274a8f3f05f
555555
</event>
556556
```
557557

558-
Next, find when the first moderator joined, and thend move the `RecordStatusEvent` after the moderator join event. Also, edit the `timestamp` for `RecordStatusEvent` so it occurrs **after** the moderator's `timestamp`. For example:
558+
Next, find when the first moderator joined, and thend move the `RecordStatusEvent` after the moderator join event. Also, edit the `timestamp` for `RecordStatusEvent` so it occurs **after** the moderator's `timestamp`. For example:
559559

560560
```xml
561561
<event timestamp="4585063453" module="PARTICIPANT" eventname="ParticipantJoinEvent">
@@ -601,113 +601,43 @@ The sections that follow cover the types of events you will encounter in events.
601601

602602
## Chat
603603

604-
### **PublicChatEvent**
605-
606-
| attributes | | | |
607-
|:---------- |:------:|:--------:|:-----:|
608-
| message | sender | senderId | color |
604+
| Event | Attributes |
605+
|:--------------- |:------------------------------------------------- |
606+
| PublicChatEvent | - message<br/>- sender<br/>- senderId<br/>- color |
609607

610608
## Presentation
611609

612-
### **AssignPresenterEvent**
613-
614-
| attributes | | |
615-
| ---------- |:------:|:----:|
616-
| assignedBy | userid | name |
617-
618-
### **ConversionCompletedEvent**
619-
620-
| attributes | |
621-
|:---------------- |:----------------:|
622-
| presentationName | originalFilename |
623-
624-
### **ParticipantJoinEvent**
625-
626-
| attributes | | | |
627-
|:---------- |:--------------:|:----:|:----:|
628-
| userId | externalUserId | role | name |
629-
630-
### **ResizeAndMoveSlideEvent**
631-
632-
| attributes | | | | |
633-
|:---------- |:-------:|:---:|:-----------:|:-------:|
634-
| widthRatio | yOffset | id | heightRatio | xOffset |
635-
636-
### **SharePresentationEvent**
637-
638-
| attributes | |
639-
|:---------- |:----------------:|
640-
| share | presentationName |
641-
642-
### **GotoSlideEvent**
643-
644-
| attributes | |
645-
|:---------- |:---:|
646-
| slide | id |
610+
| Event | Attributes |
611+
| ------------------------ | ------------------------------------------------------------------- |
612+
| AssignPresenterEvent | - assignedBy<br/>- userid<br/>- name<br/> |
613+
| ConversionCompletedEvent | - presentationName<br/>- originalFilename<br/> |
614+
| ParticipantJoinEvent | - userId<br/>- externalUserId<br/>- role<br/>- name |
615+
| ResizeAndMoveSlideEvent | - widthRatio<br/>- yOffset<br/>- id<br/>- heightRatio<br/>- xOffset |
616+
| SharePresentationEvent | - share<br/>- presentationName<br/> |
617+
| GotoSlideEvent | - slide<br/>- id<br/> |
647618

648619
## Whiteboard
649620

650-
### **AddShapeEvent**
651-
652-
| attributes | | | | | | | | | | | |
653-
|:------------ |:-------:|:----:|:----------:|:------:|:--------:|:----------:|:------:|:------------:|:---:|:---------:|:-----:|
654-
| presentation | shapeId | type | dataPoints | userId | position | pageNumber | status | whiteboardId | id | thickness | color |
655-
656-
### **UndoAnnotationEvent**
657-
658-
| attributes | | | | |
659-
|:------------ |:-------:|:------:|:----------:|:------------:|
660-
| presentation | shapeId | userId | pageNumber | whiteboardId |
661-
662-
### **WhiteboardCursorMoveEvent**
663-
664-
| attributes | | |
665-
|:---------- |:------:|:-------:|
666-
| yOffset | userId | xOffset |
621+
| Event | Attributes |
622+
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
623+
| AddShapeEvent | - presentation<br/>- shapeId<br/>- type<br/>- dataPoints<br/>- userId<br/>- position<br/>- pageNumber<br/>- status<br/>- whiteboardId<br/>- id<br/>- thickness<br/>- color |
624+
| UndoAnnotationEvent | - presentation<br/>- shapeId<br/>- userId<br/>- pageNumber<br/>- whiteboardId |
625+
| WhiteboardCursorMoveEvent | - yOffset<br/>- userId<br/>- xOffset |
667626

668627
## User
669628

670629
## Voice
671630

672-
### **StartRecordingEvent**
673-
674-
| attributes | | |
675-
|:----------:|:--------:|:------------------:|
676-
| bridge | filename | recordingTimestamp |
677-
678-
### **ParticipantJoinedEvent**
679-
680-
| attributes | | | | | |
681-
|:---------- |:------------:|:-------:|:----------:|:------:|:-----------:|
682-
| muted | callernumber | talking | callername | bridge | participant |
683-
684-
### **ParticipantTalkingEvent**
685-
686-
| attributes | | |
687-
|:----------:|:------:|:-----------:|
688-
| talking | bridge | participant |
689-
690-
### **ParticipantTalkingEvent**
691-
692-
| attributes | | |
693-
|:----------:|:------:|:-----------:|
694-
| muted | bridge | participant |
695-
696-
### **ParticipantLeftEvent**
697-
698-
| attributes | |
699-
| ---------- |:-----------:|
700-
| bridge | participant |
701-
702-
## Participant
703-
704-
### **RecordStatusEvent**
705-
706-
| attributes | |
707-
| ---------- |:------:|
708-
| userId | status |
631+
| Event | Attributes |
632+
| ----------------------- | ---------------------------------------------------------------------------------------- |
633+
| StartRecordingEvent | - bridge<br/>- filename<br/>- recordingTimestamp |
634+
| ParticipantJoinedEvent | - muted<br/>- callernumber<br/>- talking<br/>- callername<br/>- bridge<br/>- participant |
635+
| ParticipantTalkingEvent | - talking<br/>- bridge<br/>- participant |
636+
| ParticipantTalkingEvent | - muted<br/>- bridge<br/>- participant |
637+
| ParticipantLeftEvent | - bridge<br/>- participant |
638+
| RecordStatusEvent | - userId<br/>- status |
709639

710-
## Caption
640+
### ## Caption
711641

712642
## Screen Share
713643

0 commit comments

Comments
 (0)