iOSScreenshareConfig property

HMSIOSScreenshareConfig? iOSScreenshareConfig
getter/setter pair

HMSIOSScreenshareConfig is required for starting Screen share (Broadcast screen) from iOS devices like iPhones & iPads. To learn more about Screen Share, refer to the guide here.

Note: You can find appGroup and preferredExtension name in Xcode under Signing and Capabilities section under target > yourExtensionName.

Implementation

HMSIOSScreenshareConfig? iOSScreenshareConfig;