Closed alexandremiguelabreu closed 1 year ago
We notice that some definitions were missing in the TypeScript types declaration.
This PR adds the support of the following events:
The connect and error events also were fixed with the callback parameters. Added the tags in the Srf constructor.
connect
error
tags
For the CDR event, we also create a new interface called SipMessage.
SipMessage
Do you agree with that?
Hi, @guilherme-rauen!
I've added some improvements to the TS types declaration with this PR, can you do a review, please?
We notice that some definitions were missing in the TypeScript types declaration.
This PR adds the support of the following events:
The
connect
anderror
events also were fixed with the callback parameters. Added thetags
in the Srf constructor.For the CDR event, we also create a new interface called
SipMessage
.Do you agree with that?