- @if (showExternalPanel) {
-
-
NEW PANEL 1
-
This is my new additional panel
-
- }
- @if (showExternalPanel2) {
-
-
NEW PANEL 2
-
This is another new panel
-
- }
-
+ [token]="token"
+ [livekitUrl]="LIVEKIT_URL"
+ [toolbarDisplayRoomName]="false"
+ (onTokenRequested)="onTokenRequested($event)"
+ >
+
+
+ @if (showExternalPanel) {
+
+
NEW PANEL 1
+
This is my new additional panel
+
+ } @if (showExternalPanel2) {
+
+
NEW PANEL 2
+
This is another new panel
+
+ }
+