Help Center/ Meeting/ Client SDK Reference/ iOS SDK/ API Reference/ Basic Settings/ Setting a Bundle ID of the Screen Sharing Extension
Updated on 2024-07-30 GMT+08:00

Setting a Bundle ID of the Screen Sharing Extension

setScreenShareExtensionBundleId:

API Description

This API is used to set a bundle ID of the screen sharing extension.

Precautions

  1. This API is optional. If it is not called, the bundle ID used to start the screen sharing extension is generated in the default format.

Method Definition

1
+ (void)setScreenShareExtensionBundleId:(NSString *)bundleId;

Parameter Description

Table 1 Parameter description

Parameter

Mandatory

Type

Description

bundleId

Yes

NSString *

Bundle ID of the screen sharing extension.

Return Values

None

Sample Code

1
[HWMSdk setScreenShareExtensionBundleId:setScreenShareExtensionBundleId];