vp25-tech
Results
1
issues of
vp25-tech
onCallReceived should have an invitation instance to accept inbound calls. File : simple-user-delegate.ts `onCallReceived?(invitation: Invitation): void;` ``` onCallReceived: (invitation): void => { invitation.accept(); } ``` File : simple-user-delegate.ts ``` this.delegate.onCallReceived(invitation);...