Class
VideoCaptureInterceptor
public class VideoCaptureInterceptor: NSObject, RTCVideoCapturerDelegate, Loggable
Relationships
Conforms To
Loggable
Allows to extend with custom
log
method which automatically captures current type (class name).NSObject
RTCVideoCapturerDelegate
Initializers
init(_:)
public init(_ interceptFunc: @escaping InterceptFunc)
Methods
capturer(_:didCapture:)
public func capturer(_ capturer: RTCVideoCapturer, didCapture frame: RTCVideoFrame)