updateGroupJoinMode abstract method

Future<ZIMGroupJoinModeUpdatedResult> updateGroupJoinMode(
  1. ZIMGroupJoinMode mode,
  2. String groupID
)

Available since: 2.15.0 and above.

Description: When a group is created, the group owner and administrators can use this method to update the group verification mode.

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

Implementation

Future<ZIMGroupJoinModeUpdatedResult> updateGroupJoinMode(
    ZIMGroupJoinMode mode, String groupID);