mirror of
https://github.com/livekit/livekit.git
synced 2026-08-19 14:49:45 +00:00
Set new fields that will be used to authorize SIP transfer requests.
This commit is contained in:
+7
-5
@@ -766,11 +766,13 @@ func (s *SIPService) transferSIPParticipantRequest(ctx context.Context, req *liv
|
||||
}
|
||||
|
||||
return &rpc.InternalTransferSIPParticipantRequest{
|
||||
SipCallId: callID,
|
||||
TransferTo: req.TransferTo,
|
||||
PlayDialtone: req.PlayDialtone,
|
||||
Headers: req.Headers,
|
||||
RingingTimeout: req.RingingTimeout,
|
||||
SipCallId: callID,
|
||||
TransferTo: req.TransferTo,
|
||||
PlayDialtone: req.PlayDialtone,
|
||||
Headers: req.Headers,
|
||||
RingingTimeout: req.RingingTimeout,
|
||||
RoomName: req.RoomName,
|
||||
ParticipantIdentity: req.ParticipantIdentity,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user