projects/openvidu-components-angular/src/lib/components/panel/chat-panel/chat-panel.component.ts
The ChatPanelComponent is an integral part of the PanelComponent and serves as the interface for displaying the session chat.
OnInit
AfterViewInit
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | ov-chat-panel |
| styleUrls | ../panel.component.scss, |
| templateUrl | ./chat-panel.component.html |
| Directive | Reference |
|---|---|
| *ovChatPanel | ChatPanelDirective |
With the following directives you can modify the default User Interface with the aim of fully customizing your videoconference application.
No API directives available for this component.