HMSIOSScreenshareConfig class

100ms HMSIOSScreenshareConfig

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.

Constructors

HMSIOSScreenshareConfig({required String appGroup, required String preferredExtension})
HMSIOSScreenshareConfig is required for starting Screen Share (Broadcast screen) from iOS Devices.

Properties

appGroup String
appGroup is required for starting Screen Share (Broadcast screen) from iOS Devices.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preferredExtension String
preferredExtension is required for starting Screen Share (Broadcast screen) from iOS Devices.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, String>
Converts the HMSIOSScreenshareConfig instance to a Map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited