|
@@ -185,6 +185,7 @@ public class ItemUserView : MonoBehaviour
|
|
|
{
|
|
|
if (_peer.IsSlef)
|
|
|
{
|
|
|
+ XRRGBCamera.Instance.playCamera();
|
|
|
AgoraRTCManager.Instance.MuteLocalVideoStream(true);
|
|
|
}
|
|
|
else
|
|
@@ -197,6 +198,7 @@ public class ItemUserView : MonoBehaviour
|
|
|
|
|
|
if (_peer.IsSlef)
|
|
|
{
|
|
|
+ XRRGBCamera.Instance.stopCamera();
|
|
|
AgoraRTCManager.Instance.MuteLocalVideoStream(false);
|
|
|
}
|
|
|
else
|