Ozeki VoIP SDK Class library
Origin Constructor (username, sessionId, sessionVersion, uri)
NamespacesOzeki.Media.SessionOriginOrigin(String, String, UInt64, String)
Initializes a new instance of the Origin class.
Declaration Syntax
C#Visual BasicVisual C++
public Origin(
	string username,
	string sessionId,
	ulong sessionVersion,
	string uri
)
Public Sub New ( 
	username As String,
	sessionId As String,
	sessionVersion As ULong,
	uri As String
)
public:
Origin(
	String^ username, 
	String^ sessionId, 
	unsigned long long sessionVersion, 
	String^ uri
)
Parameters
username (String)
The user name part of the originator.
sessionId (String)
The unique identifier of the session.
sessionVersion (UInt64)
The version number for the session description.
uri (String)
The address of the machine from which the session was created.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290