Describe the bug
Unlike all the other examples in this repo, I can't run the custom video capturer as is.
It crashes with EXC_BAD_ACCESS on line 59 of OTVideoCaptureProxy.m. The line of code is OTMacDefaultVideoCapturer* proxy = (__bridge OTMacDefaultVideoCapturer *)(capturer_cb->user_data);
To Reproduce
Clone the repo, install the sdk using SPM, set the signing team to your team. Build and run.
Expected behavior
No crash, I presume it's meant to behave much like the Basic capture example, but with modifiable behaviour.
Screenshots
N/A
Device (please compete the following information):
Describe the bug Unlike all the other examples in this repo, I can't run the custom video capturer as is. It crashes with EXC_BAD_ACCESS on line 59 of OTVideoCaptureProxy.m. The line of code is
OTMacDefaultVideoCapturer* proxy = (__bridge OTMacDefaultVideoCapturer *)(capturer_cb->user_data);
To Reproduce Clone the repo, install the sdk using SPM, set the signing team to your team. Build and run.
Expected behavior No crash, I presume it's meant to behave much like the Basic capture example, but with modifiable behaviour.
Screenshots N/A
Device (please compete the following information):
Additional context