Click or drag to resize

CallSession Constructor

Initializes a new instance of the CallSession class.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public CallSession(
	ISessionCall caller,
	ISessionCall callee,
	SessionMode mode,
	SessionDependencies dependencies,
	int ringTime = 60,
	SessionIds sessionIds = null
)

Parameters

caller
Type: Ozeki.VoIPISessionCall
The call of the caller.
callee
Type: Ozeki.VoIPISessionCall
The call of the callee.
mode
Type: Ozeki.VoIPSessionMode
Mode for switching betweeen P2P and relay calls.
dependencies
Type: Ozeki.VoIPSessionDependencies
Other services that the session depends on.
ringTime (Optional)
Type: SystemInt32
Ringing interval in seconds.
sessionIds (Optional)
Type: Ozeki.VoIPSessionIds
The session identifiers can be specified. If no session identifiers given, the session will generate them automatically.
See Also