Contents

init(participantUUID:streamDirection:)

Creates a video stream analyzer for the given call participant and stream option.

Declaration

init(participantUUID: String, streamDirection: SCVideoStreamAnalyzer.StreamDirection) throws

Parameters

  • participantUUID:

    A unique identifier that you provide to distinguish among multiple individuals on a conference call. Set this argument to the same value per person on the call, if your app supports multiple streams per person.

  • streamDirection:

    An option that indicates whether the stream comes from the device’s camera or from a remote individual signed in to the call.

Discussion

See Also

Creating a video stream analyzer