| AttachCallerData(DictionaryString, String) | Awaitable version of AttachCallerData(DictionaryString, String, ActionBoolean) |
| AttachCallerData(DictionaryString, String, ActionBoolean) | Attaches specified data to the "Caller" connection. This data is preserved and can be accessed by other call flow and server. this method works "asynchronously" and return control to the calling code instantly. Use completed to assure that data is available in tha MyCall.Caller connection Script should use this method only when executed in Active mode. |