Skip to content

Commit

Permalink
fix: pass tenantId for startVideoCall event
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Sep 15, 2023
1 parent a9f3983 commit ce44911
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ private VideoCallResponseDTO startOneToOneVideoCall(
UserRole.CONSULTANT,
sessionId,
videoCallUuid,
consultantSessionDto.getAskerId(), TenantContext.getCurrentTenant()));
consultantSessionDto.getAskerId(),
TenantContext.getCurrentTenant()));

log.info("Started one to one video call for sessionId {}", sessionId);
return createVideoCallResponseDto;
Expand Down

0 comments on commit ce44911

Please sign in to comment.