in VideoCaptureController class after that open new room video local video and go out
you will never see logs that VideoCaptureController was deallocated
and if try to reproduce the same few time a few VideoCaptureController will be leaked
Expected behavior
VideoCaptureController should be deallocated after you left a room
Describe the bug A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
if write a code
in
VideoCaptureController
class after that open new room video local video and go out you will never see logs thatVideoCaptureController
was deallocated and if try to reproduce the same few time a fewVideoCaptureController
will be leakedExpected behavior
VideoCaptureController should be deallocated after you left a room