fix(face-landmarks): set session id for webhook using method (#12834)

This commit is contained in:
Gabriel Borlea
2023-01-26 23:00:25 +02:00
committed by GitHub
parent 192187db32
commit 74bdb7bc3f

View File

@@ -88,7 +88,7 @@ export async function sendFaceExpressionsWebhook(state: IReduxState) {
const reqBody = {
meetingFqn: extractFqnFromPath(),
sessionId: conference?.sessionId,
sessionId: conference?.getMeetingUniqueId(),
submitted: Date.now(),
emotions: faceLandmarksBuffer,
participantId: localParticipant?.jwtId,