mirror of
https://github.com/livekit/livekit.git
synced 2026-04-01 04:25:39 +00:00
Pass DTMF when creating SIP participants. (#2590)
This commit is contained in:
@@ -196,6 +196,7 @@ func (s *SIPService) CreateSIPParticipantWithToken(ctx context.Context, req *liv
|
||||
CallTo: req.SipCallTo,
|
||||
RoomName: req.RoomName,
|
||||
ParticipantIdentity: req.ParticipantIdentity,
|
||||
Dtmf: req.Dtmf,
|
||||
WsUrl: wsUrl,
|
||||
Token: token,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user