Click or drag to resize

IMediaDescriptionFactoryCreateLocalMediaDescription Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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