Click or drag to resize

SDPOrigin Constructor (String, String, UInt64, NetType, AddressType, String)

Initializes a new instance of the SDPOrigin class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public SDPOrigin(
	string username,
	string sessId,
	ulong sessVersion,
	NetType nettype,
	AddressType addrtype,
	string uri
)

Parameters

username
Type: SystemString
sessId
Type: SystemString
sessVersion
Type: SystemUInt64
nettype
Type: Ozeki.CommonNetType
addrtype
Type: Ozeki.CommonAddressType
uri
Type: SystemString
See Also