Skip to content

Commit

Permalink
Gammer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAppDev committed Oct 8, 2024
1 parent 1ee9e16 commit 306d6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/room.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def set_meeting_id
end

# 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
# x can be set in the .env to create a larger range for a server with many rooms
# No leading Zeros
def set_voice_bridge
self.voice_bridge = nil
Expand Down

0 comments on commit 306d6ba

Please sign in to comment.