sendGroupJoinApplication abstract method

Available since: 2.15.0 and above.

Description: When a group's joinMode is Auth, users can apply to join the group through this method.

When to call /Trigger: The ZIM instance can be invoked after being created by create and logged in.

Implementation

Future<ZIMGroupJoinApplicationSentResult> sendGroupJoinApplication(
 String groupID, ZIMGroupJoinApplicationSendConfig config);