Click or drag to resize
IMediaDescriptionFactoryCreateLocalMediaDescription Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
MediaDescription CreateLocalMediaDescription(
	string connection,
	Origin origin,
	List<MediaChannelDescription> mediaStreams,
	bool unicast = true
)

Parameters

connection
Type: SystemString
origin
Type: Ozeki.MediaOrigin
mediaStreams
Type: System.Collections.GenericListMediaChannelDescription
unicast (Optional)
Type: SystemBoolean

Return Value

Type: MediaDescription
See Also