Share via


SCVideoStreamAnalyzer.Create Method

Definition

Create a new SCVideoStreamAnalyzer instance with the specified particant and stream direction.

public static SensitiveContentAnalysis.SCVideoStreamAnalyzer? Create(string participantUuid, SensitiveContentAnalysis.SCVideoStreamAnalyzerStreamDirection streamDirection, out Foundation.NSError? error);
static member Create : string * SensitiveContentAnalysis.SCVideoStreamAnalyzerStreamDirection * NSError -> SensitiveContentAnalysis.SCVideoStreamAnalyzer

Parameters

participantUuid
String

The unique identifier for a participant in the conference call.

streamDirection
SCVideoStreamAnalyzerStreamDirection

Specifies whether the stream comes from the local camera or a remote location.

error
NSError

The error object if an error occurs.

Returns

A new SCVideoStreamAnalyzer instance with the specified particant and stream direction if successful, null otherwise.

Applies to