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: 1.8.12.0 (1.8.12)
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