i pushed this data form my next page
how can u handle it in the agent worker in python backend side ?
room.localParticipant.publishData(
new TextEncoder().encode(JSON.stringify({
type: 'violation_warning',
message: warningMessage,
currentViolations: cheatingDetection.totalAttempts,
maxViolations: maxViolationAttempts
})),
{ reliable: true }