Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frag.jetzt SWTP 2022
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Marc Tröll
frag.jetzt SWTP 2022
Commits
136c380a
Commit
136c380a
authored
4 years ago
by
André Holger Hanke
Browse files
Options
Downloads
Patches
Plain Diff
Announce session name on participant page
parent
2cdf3fc2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/participant/room-participant-page/room-participant-page.component.ts
+2
-1
2 additions, 1 deletion
.../room-participant-page/room-participant-page.component.ts
with
2 additions
and
1 deletion
src/app/components/participant/room-participant-page/room-participant-page.component.ts
+
2
−
1
View file @
136c380a
...
@@ -74,7 +74,8 @@ export class RoomParticipantPageComponent extends RoomPageComponent implements O
...
@@ -74,7 +74,8 @@ export class RoomParticipantPageComponent extends RoomPageComponent implements O
public
announce
()
{
public
announce
()
{
this
.
liveAnnouncer
.
clear
();
this
.
liveAnnouncer
.
clear
();
this
.
liveAnnouncer
.
announce
(
'
Du befindest dich in der Sitzung mit dem von dir eingegebenen Sitzungs-Code.
'
+
this
.
liveAnnouncer
.
announce
(
'
Du befindest dich in der Sitzung
'
+
this
.
room
.
name
+
'
mit dem von dir eingegebenen Sitzungs-Code
'
+
this
.
room
.
id
+
'
.
'
+
'
Drücke die Taste 1 um eine Frage zu stellen, die Taste 2 für das Sitzungs-Menü,
'
+
'
Drücke die Taste 1 um eine Frage zu stellen, die Taste 2 für das Sitzungs-Menü,
'
+
'
die Taste 8 um den aktuellen Sitzungs-Code zu hören, die Taste 0 um auf den Zurück-Button zu gelangen,
'
+
'
die Taste 8 um den aktuellen Sitzungs-Code zu hören, die Taste 0 um auf den Zurück-Button zu gelangen,
'
+
'
oder die Taste 9 um diese Ansage zu wiederholen.
'
,
'
assertive
'
);
'
oder die Taste 9 um diese Ansage zu wiederholen.
'
,
'
assertive
'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment