You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything is almost the same as what is in the NativeDemo, the only difference is that when I make a video call, I present the video call VC and dismiss it when the video call is done.
The problem only happens after I successfully made a call. If I make another call, the call will go through and the audio is fine, but the videos do not show up(both self and remote) with an error message:** (:533): CRITICAL **: _owr_window_registry_register_renderer: assertion '!data->renderer' failed.
Should I do some additional work to avoid this error?
The text was updated successfully, but these errors were encountered:
Everything is almost the same as what is in the NativeDemo, the only difference is that when I make a video call, I present the video call VC and dismiss it when the video call is done.
The problem only happens after I successfully made a call. If I make another call, the call will go through and the audio is fine, but the videos do not show up(both self and remote) with an error message:** (:533): CRITICAL **: _owr_window_registry_register_renderer: assertion '!data->renderer' failed.
Should I do some additional work to avoid this error?
The text was updated successfully, but these errors were encountered: