Closed RSATom closed 2 years ago
My understanding is that it put callback calls in a separate thread right ?
LGMT.
Thank you so much for maintaining iosrtc and give your code back as contributions.
@RSATom you mention M93, does that mean is required update of webrtc lib to be released since master use m87 ?
My understanding is that it put callback calls in a separate thread right ?
yes, now pc uses the same DispatchQueue as iosrtc plugin itself. And it moves all stuff from signaling thread to thread owned by that DispatchQueue.
@RSATom you mention M93, does that mean is required update of webrtc lib to be released since master use m87 ?
no, it's not mandatory. m93 just started to assert about using signaling thread. But patch itself should be safe with any version.
Wonderful thank you, will release with another incoming PR soon.
from signaling thread with debug WebRTC library on iOs device.