Click or drag to resize

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

Initializes a new instance of the SDPOrigin class

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

Parameters

username  String
 
sessId  String
 
sessVersion  UInt64
 
nettype  NetType
 
addrtype  AddressType
 
uri  String
 
See Also