Reputation: 1
I have compiled chat sdk in android studio ,it is working fine but I need to add it to my app as an extension so how could I call chat sdk into wso2 .
Upvotes: 0
Views: 103
Reputation: 41
You can call your sdk from the class mediator and do the implementation when your going to deploy the mediator on wso2 you need to copy the sdk jar along with the mediator jar to WSO2_HOME/repository/components/lib
Upvotes: 0