Click or drag to resize

CallManagerCreateAndStartSession Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public bool CreateAndStartSession(
	ISessionCall caller,
	ISessionCall callee,
	SessionMode sMode,
	int ringTime,
	SessionIds sessionIds = null
)

Parameters

caller
Type: Ozeki.VoIPISessionCall
callee
Type: Ozeki.VoIPISessionCall
sMode
Type: Ozeki.VoIPSessionMode
ringTime
Type: SystemInt32
sessionIds (Optional)
Type: Ozeki.VoIPSessionIds

Return Value

Type: Boolean
See Also