Pass DTMF when creating SIP participants. (#2590)

This commit is contained in:
Denys Smirnov
2024-03-20 18:59:25 +02:00
committed by GitHub
parent 03ada9ba76
commit 8564329579
3 changed files with 4 additions and 3 deletions

View File

@@ -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,
}