|
@@ -204,6 +204,7 @@ public class TCLivePresenter extends BasePresenter<TCLiveRoomContract.TCLiveRoom
|
|
public void startLocalPreview(TXCloudVideoView txCloudVideoView) {
|
|
public void startLocalPreview(TXCloudVideoView txCloudVideoView) {
|
|
TRTCSdkManager.getInstance().startLocalPreview(txCloudVideoView);
|
|
TRTCSdkManager.getInstance().startLocalPreview(txCloudVideoView);
|
|
TRTCSdkManager.getInstance().startLocalAudio();
|
|
TRTCSdkManager.getInstance().startLocalAudio();
|
|
|
|
+ TRTCSdkManager.getInstance().switchCameraToFrontCamera();
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|