Skip to content

Commit

Permalink
re run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAppDev committed Oct 8, 2024
1 parent 2da029f commit 1ee9e16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/room.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def set_meeting_id
retry
end

# Create unique pin for voice brige max 10^x - 10^(x-1) unique ids (x = len of pin)
# Create unique pin for voice brige max 10^x - 10^(x-1) unique ids (x = length of the pin)
# x can be set in the .env to create a larger range for server with more rooms
# No leading Zeros
def set_voice_bridge
self.voice_bridge = nil
Expand Down

0 comments on commit 1ee9e16

Please sign in to comment.