Skip to content

Commit 36c2b80

Browse files
committed
fix(place/meet): simulate unless a merged output
1 parent 8830378 commit 36c2b80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/place/meet.cr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@ class Place::Meet < PlaceOS::Driver
389389
if links = @linked_outputs[output]?
390390
if remote_out = links[sys_id]?
391391
room.route(input, remote_out, max_dist, simulate, follow_additional_routes, true)
392+
else
393+
room.route(input, output, max_dist, simulate: true, follow_additional_routes: false, called_from_join: true)
392394
end
393395
else
394396
# we're routing directly in this room but we want to simulate the route on the remote system

0 commit comments

Comments
 (0)