Key: INVITE.CSeq, Value: other.CallID, other.CSeq
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool Add(
string callID,
int cSeq,
Request invite
)
Public Function Add (
callID As String,
cSeq As Integer,
invite As Request
) As Boolean
public:
bool Add(
String^ callID,
int cSeq,
Request^ invite
)
member Add :
callID : string *
cSeq : int *
invite : Request -> bool
Parameters
- callID String
-
- cSeq Int32
-
- invite Request
-
Return Value
Boolean
See Also