Key: INVITE.CSeq, Value: other.CallID, other.CSeq
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- cSeq
- Type: SystemInt32
- invite
- Type: Ozeki.VoIPRequest
Return Value
Type:
BooleanSee Also