Open
Description
I have been working on sending CMSampleBuffer data out of a broadcast extension and this has been causing me trouble, sending strings though peertalk in the extension is working, but when I send CMSampleBuffers is causes an error. Here is my code:
ptManager.sendObject(object: sampleBuffer, type 102)
That does not work but when I do this:
ptManager.sendObject(object: "test", type 102)
it does work, what is going on here?
Metadata
Metadata
Assignees
Labels
No labels