mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-10 07:29:25 +00:00
add id getter for processors
This commit is contained in:
@@ -100,6 +100,10 @@ func (srac *SipResponseAudioCreate) Process(ctx context.Context, wrappedPayload
|
||||
return wrappedPayload, nil
|
||||
}
|
||||
|
||||
func (srac *SipResponseAudioCreate) Id() string {
|
||||
return srac.config.Id
|
||||
}
|
||||
|
||||
func (srac *SipResponseAudioCreate) Type() string {
|
||||
return srac.config.Type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user