How to transfer call? #109
Unanswered
pavanputhra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to transfer already established call with following code
Above refer request is sending message to the address at
dlg.InviteRequest.Recipient
. What I want instead is to send the refer request to eitherdlg.InviteRequest.Contact()
or viadlg.InviteRequest.Via()
I assumed the set destination would do it and tried the following code.
This produced following error
Please help me by showing correct way to transfer the already established call.
Beta Was this translation helpful? Give feedback.
All reactions