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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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