📄️ Create Meeting ID & Pin
Your JioMeet meetings are created by using the Provision User and Provision Room APIs.
📄️ Create & Initialize Media Fragment
App should have camera, mic i.e RECORD_AUDIO, READ_PHONE_STATE permissions and also check if required files have been downloaded using below code.
📄️ Destroy Media Fragment
When the meeting is ended then the fragment is removed by calling getActivity.finish() in the onDestroy() method