Click or drag to resize
SessionIds Constructor (String, String, String, String, String)
Initializes a new instance of the SessionIds class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SessionIds(
	string masterSessionId,
	string parentSession,
	string sessionId,
	string transferredSession,
	string transferredSession2
)

Parameters

masterSessionId
Type: SystemString
parentSession
Type: SystemString
sessionId
Type: SystemString
transferredSession
Type: SystemString
transferredSession2
Type: SystemString
See Also