After I call startVideoStreaming stream the selected camera and stream data successfully, I want to change to another camera (from front to rear camera, for example).
I tried to call stopVideoStreaming and dispose the current camera and redo the process of creating a new controller and initing the stream again. However, I get an error and cannot restream this new camera on Android devices.. for iPhone, I can push the new data stream but the camera view is not displayed.
Hello,
After I call startVideoStreaming stream the selected camera and stream data successfully, I want to change to another camera (from front to rear camera, for example).
I tried to call stopVideoStreaming and dispose the current camera and redo the process of creating a new controller and initing the stream again. However, I get an error and cannot restream this new camera on Android devices.. for iPhone, I can push the new data stream but the camera view is not displayed.
Please could you help me this issue?