I am using Java to write the code, and I tried to use the LiveKit room, but I failed. Using Java with the LiveKit SDK is too difficult. LiveKit.INSTANCE.init(this); Room room = LiveKit.INSTANCE.create(this, new RoomOptions(), new LiveKitOverrides()); String url = "xxx"; String token = "xxxxx"; room.connect(url, token, new ConnectOptions(), null); room.getLocalParticipant().setCameraEnabled(true, null); room.getLocalParticipant().setMicrophoneEnabled(true,null);