Click or drag to resize
SessionIds Constructor (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 parentSessionId,
	string sessionId
)

Parameters

masterSessionId
Type: SystemString
parentSessionId
Type: SystemString
sessionId
Type: SystemString
See Also