Click or drag to resize
MediaDescriptionFactoryGenerateOffer Method
Media felajánlás generálása a másik félnek.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MediaDescription GenerateOffer(
	string connection,
	List<MediaChannelDescription> channelDescriptions,
	Origin origin,
	bool unicast
)

Parameters

connection
Type: SystemString
Lokális IP cím, amire fogadjuk a media-t
channelDescriptions
Type: System.Collections.GenericListMediaChannelDescription
Csatornák
origin
Type: Ozeki.MediaOrigin
unicast
Type: SystemBoolean
Egy címre akarunk-e küldeni

Return Value

Type: MediaDescription

Implements

IMediaDescriptionFactoryGenerateOffer(String, ListMediaChannelDescription, Origin, Boolean)
See Also