reportRealtimeSampleDeliveryKPIs(session:metKPIs:)
Reports whether the realtime sample delivery session has met its quality KPIs.
Declaration
@MainActor final func reportRealtimeSampleDeliveryKPIs(session: MediaOutputSession, metKPIs: Bool)Parameters
- session:
The session associated with the realtime delivery.
- metKPIs:
trueif the realtime session met quality KPIs,falseotherwise.
Discussion
Call this function after stopRealtimeSampleDelivery(session:) to indicate whether the realtime streaming session has met the expected quality thresholds for the duration of the session (e.g., latency, frame rate, audio quality).