@@ -555,7 +555,7 @@ The first recording has an internal `meetingID` of `238ff79fd66331a59274a8f3f05f
555
555
</event>
556
556
```
557
557
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:
559
559
560
560
``` xml
561
561
<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.
601
601
602
602
## Chat
603
603
604
- ### ** PublicChatEvent**
605
-
606
- | attributes | | | |
607
- | :---------- | :------:| :--------:| :-----:|
608
- | message | sender | senderId | color |
604
+ | Event | Attributes |
605
+ | :--------------- | :------------------------------------------------- |
606
+ | PublicChatEvent | - message<br />- sender<br />- senderId<br />- color |
609
607
610
608
## Presentation
611
609
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 /> |
647
618
648
619
## Whiteboard
649
620
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 |
667
626
668
627
## User
669
628
670
629
## Voice
671
630
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 |
709
639
710
- ## Caption
640
+ ### ## Caption
711
641
712
642
## Screen Share
713
643
0 commit comments