Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Dec 10, 2023
1 parent c927521 commit eaf9379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions video/handlers/invite.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ func (vh *InviteHandler) ProcessRemoveFromCallList(c echo.Context) error {
// a) periodically send dto.VideoCallInvitation[true|false] (call particular user to video call)
// b) periodically send dto.VideoIsInvitingDto (update progressbar in ChatParticipats.vue) which transforms to dto.VideoDialChanges

// TODO question: how not to overwhelm the system by iterating over all the users and all the chats ?

// TODO come up with an algorithms
// run over all rooms, then get room's chats, then get chat's participants
// according room's contend and call:<userId>
Expand Down

0 comments on commit eaf9379

Please sign in to comment.