Skip to main content

Professional List

DEPRECATION NOTICE

Our Cordova plugin for integrating our SDK is now deprecated. We highly recommend transitioning to our SDK using Swift Package Manager (SPM) for iOS and Gradle for Android. Please implement a custom wrapper to interface directly with the SDK methods.

For Ionic users, you can transition to using Capacitor, which supports working with native libraries seamlessly. This change will ensure better performance and more direct access to the latest SDK features.

Professional List

Messenger view controller

The only view you must integrate inside your app is the professional list. It consists of a view that shows a list of all professionals available for the currently authenticated user and allows access to chats and professional profiles.

Once we have initialized the SDK and authenticated the user, we can retrieve the MeetingLawyers UI using the following method:

meetinglawyers.openList(function() {}, function(err) {});

Next steps