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: System.String
parentSession
Type: System.String
sessionId
Type: System.String
transferredSession
Type: System.String
transferredSession2
Type: System.String
See Also