Skip to content

Commit

Permalink
RSDK-7311 Fix MDB call queue UpdateOne (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjirewis authored Apr 30, 2024
1 parent 714f886 commit f9381f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/wrtc_call_queue_mongodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,7 @@ func (queue *mongoDBWebRTCCallQueue) RecvOffer(ctx context.Context, hosts []stri
recvOfferCtx,
bson.D{
{webrtcCallIDField, callReq.ID},
{webrtcCallAnsweredField, false},
},
bson.D{
{"$set", bson.D{
Expand Down

0 comments on commit f9381f0

Please sign in to comment.