opentok-ios-sdk-samples-swift icon indicating copy to clipboard operation
opentok-ios-sdk-samples-swift copied to clipboard

FrameMetadata isn't working

Open JulianDMartinez opened this issue 2 years ago • 0 comments

The FrameCaptureMetadataDelegate methods are not called and the timestamp label is linked directly to the publisher's video capture, so it doesn't represent the received metadata from the stream by the subscribed. Also it seems that metadata is not transferred when consumeImageBuffer is used (since it is received as nil by the subscriber) but it does work with consumeFrame

The sample overall requires some work from the user to be able to test the metadata transfer functionality.

JulianDMartinez avatar Jan 03 '22 16:01 JulianDMartinez