forwardCallToSIP
forwardCallToSIP(onEstablishedCallback: Function
, video: boolean
): any
Helper function to forward incoming call to dialed SIP URI. For more details see the GitHub repo.
Parameters
onEstablishedCallback:
Function
OptionalOptional function that is invoked after call is established. Both calls (incoming and outgoing) are passed to this function
video:
boolean
OptionalSpecifies if the call should have video support. Please note that price for audio-only and video calls is different!
Returns
type:
any