Click or drag to resize

Origin(String, String, UInt64, AddressType, String) Constructor

Initializes a new instance of the Origin class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntax
public Origin(
	string username,
	string sessionId,
	ulong sessionVersion,
	AddressType addressType,
	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.
addressType  AddressType
The type of network address.
uri  String
The address of the machine from which the session was created.
See Also