Update Channel Guest Star Settings
Update the channel guest star settings.

Update Channel Guest Star Settings Dialog
Update Channel Guest Star Settings
Update the channel guest star settings.
Parameters
Moderator Send Live Enabled
If the moderator send live should be enabled
- Type:
Boolean
Slot Count
The number of slots
- Type:
Integer
Browser Source Audio Enabled
If the browser source audio should be enabled
- Type:
Boolean
Group Layout
Select the group layout
TILED_LAYOUT
: A layout where all the guests are tiledSCREENSHARE_LAYOUT
: A layout where your screen is shared alongside the guestsHORIZONTAL_LAYOUT
: A horizontal layoutVERICAL_LAYOUT
: A vertical layout
Regenerate Browser Sources
If browser sources should regenerate
- Type:
Boolean
Variables
This sub-action does not populate any variables.
C# Usage
public bool TwitchUpdateChannelGuestStarSettings(Boolean? isModeratorSendLiveEnabled, Int32? slotCount, Boolean? isBrowserSourceAudioEnabled, string groupLayout, Boolean? regeneratgeBrowserSource)
CPH.TwitchUpdateChannelGuestStarSettings();
CPH.TwitchUpdateChannelGuestStarSettings(isModeratorSendLiveEnabled, slotCount, isBrowserSourceAudioEnabled, groupLayout, regeneratgeBrowserSource);