Add missing request ID

This commit is contained in:
Jacob Gelman
2026-06-15 13:07:09 -07:00
parent 358471f873
commit 73291e2e9c
+1
View File
@@ -97,6 +97,7 @@ func (p *ParticipantImpl) ProcessGetDataBlobRequest(req *livekit.GetDataBlobRequ
dataBlob := publisher.GetDataBlob(req.Key)
if dataBlob == nil {
p.sendRequestResponse(&livekit.RequestResponse{
RequestId: req.RequestId,
Reason: livekit.RequestResponse_NOT_FOUND,
Message: "data blob not found",
})