setAppGroupID abstract method

Future<void> setAppGroupID(
  1. String groupID
)

Set the App Group configuration item.

Available since: 3.3.0 Use cases: You need to use the iOS cross-process screen sharing function, and you need to start the App Group, which can provide better performance and stability. Must be used with setupWithAppGroupID: in the ZegoReplayKit extension class. When to call: Called after createEngine, before calling startScreenCapture. Restrictions: Only available on iOS platform.

  • groupID The host app and the extension app should belong to the same App Group, and the AppGroupID needs to be passed in here.

Implementation

Future<void> setAppGroupID(String groupID);