the exception “TransactionTooLargeException” is because Android has limitation on IPC and the size of data. Zoom Android SDK has two processes and we provide some API to communication between these two processes. If the data exceeds 1Mb, the exception will occur.
When this kind of RemoteException happens, Zoom API will not work. When some other IPC API is finished and have new spaces, then you can call new IPC API.
the root cause is Android SDK has two processes and some APIs need to communicate between two processes. I recommend you do not use APIs in MeetingService too frequently. Also, don’t use them at same time.