SIPDialogUASCreateDialog Method |
12.1.1 Creation of a Dialog / UAS behavior
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxprotected bool UASCreateDialog(
Response resp
)
Protected Function UASCreateDialog (
resp As Response
) As Boolean
protected:
bool UASCreateDialog(
Response^ resp
)
member UASCreateDialog :
resp : Response -> bool
Parameters
- resp
- Type: Ozeki.VoIPResponse
Return Value
Type:
Boolean
See Also