setConfiguration:forStream:
Sets the configuration for the content capture picker for a capture stream, providing allowed selection modes and content excluded from selection.
Declaration
- (void) setConfiguration:(SCContentSharingPickerConfiguration *) pickerConfig forStream:(SCStream *) stream;Parameters
- pickerConfig:
The configuration to set for the given capture stream. When this value is
nil, changes the stream configuration to use Defaultconfiguration 9v5sa. - stream:
The capture stream to set a configuration for. When this value is
nil, applies to all currently active streams.