Amir
Amir
Have You Ever try to get permission first ? I had this problem for sound and i got permission then it fixed ☻
You should force it with java classes. i dont know exactly for camera but i set this for microphone issue.
By the way , do you know anything about multiple connections ? for example three or ten person in a room
``` private static void RouteToSpeaker(bool speaker) { #if UNITY_ANDROID try { AndroidJavaClass unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); AndroidJavaObject activity = unityPlayer.GetStatic("currentActivity"); AndroidJavaObject audioManager = activity.Call("getSystemService", "audio"); // bool isSpeakers = audioManager.Call("isSpeakerphoneOn");...
@djee-ms
My Error is cannot set description @jongfeelkim-VIRNECT