fix(face-landmarks): set session id for webhook using method (#12834)
This commit is contained in:
parent
192187db32
commit
74bdb7bc3f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue