Click or drag to resize
MediaGatewayCanPublishStream Method
Adjustable to a given client can publish to stream.

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool CanPublishStream(
	IClient client,
	string streamName
)

Parameters

client
Type: Ozeki.MediaGatewayIClient
That client reference who call this method.
streamName
Type: SystemString
Unique stream identifier.

Return Value

Type: Boolean
If the operation is success returns true otherwise false.
See Also