Skip to content

Commit

Permalink
user_call_state
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Dec 23, 2023
1 parent 8506db3 commit 4fa8004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/handlers/invite.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (vh *InviteHandler) ProcessRemoveFromCallList(c echo.Context) error {
// implement the algorithm:
// run over all rooms (see livekit's room.empty_timeout), then get room's chats, then get chat's participants
// if (we have chat participant but no their counterpart in the room) {
// if (EXISTS call:<userId>) {
// if (EXISTS user_call_state:<userId>) {
// send VideoCallInvitation(true)
// } else {
// send VideoCallInvitation(false)
Expand Down

0 comments on commit 4fa8004

Please sign in to comment.