feat: show spent time in participant list, fix timer sounds
This commit is contained in:
@@ -33,6 +33,7 @@ type SpeakerInfo struct {
|
||||
ID uint `json:"id"`
|
||||
Name string `json:"name"`
|
||||
TimeLimit int `json:"timeLimit"`
|
||||
TimeSpent int `json:"timeSpent"`
|
||||
Order int `json:"order"`
|
||||
Status SpeakerStatus `json:"status"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user