I am trying to integrate the Zoom Video SDK UI Tool kit into the Android app, I am using this reference and getting error as mentioned in screenshot. It’s throwing the ERROR_CODE : 2013
Hi @rjagani,
Since the UI Toolkit uses the same error codes as the Video SDK, you can check the error code documentation to see that 2013 maps over to Errors_Session_Invalid_Param
. This means that one or more of the required parameters to join a session are missing or invalid.
Thanks!
1 Like