mirror of
https://github.com/livekit/livekit.git
synced 2026-09-16 10:42:36 +00:00
Add missing request ID
This commit is contained in:
@@ -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",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user