I am trying to record the call legs for the RingOut API in Java.
From RingCentral API documentation, I understand that the URL should be "https://platform.devtest.ringcentral.com/restapi/v1.0/account/accountId/telephony/sessions/telephonySessionId/parties/partyId/recordings", however, I don't see the "telephony" object in Java SDK.
Can someone guide me with recording call legs with RingOut API in Java.