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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Origin(
	string username,
	string sessionId,
	ulong sessionVersion,
	string uri
)

Parameters

username
Type: SystemString
The user name part of the originator.
sessionId
Type: SystemString
The unique identifier of the session.
sessionVersion
Type: SystemUInt64
The version number for the session description.
uri
Type: SystemString
The address of the machine from which the session was created.
See Also