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 ce44911 commit 5b60cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/statisticsservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ components:
description: The uuid of the video call
example: 123e4567-e89b-12d3-a456-556642440000
tenantId:
type: string
type: integer
format: int64
description: The id of the tenant
example: 12345

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ private StartVideoCallStatisticsEventMessage createStartVideoCallStatisticsEvent
.sessionId(sessionId)
.videoCallUuid(videoCallUuid)
.adviceSeekerId(adviceSeekerId)
.tenantId(tenantId)
.timestamp(CustomOffsetDateTime.nowInUtc());
}
}

0 comments on commit 5b60cd2

Please sign in to comment.