Twitch Update Channel Guest Star Settings

Signature

public bool TwitchUpdateChannelGuestStarSettings(Boolean? isModeratorSendLiveEnabled, Int32? slotCount, Boolean? isBrowserSourceAudioEnabled, string groupLayout, Boolean? regeneratgeBrowserSource)

Parameters

isModeratorSendLiveEnabled
Boolean?

No description provided.

slotCount
Int32?

No description provided.

isBrowserSourceAudioEnabled
Boolean?

No description provided.

groupLayout
string

No description provided.

regeneratgeBrowserSource
Boolean?

No description provided.

Return Type

bool

Example

CPH.TwitchUpdateChannelGuestStarSettings();
CPH.TwitchUpdateChannelGuestStarSettings(isModeratorSendLiveEnabled, slotCount, isBrowserSourceAudioEnabled, groupLayout, regeneratgeBrowserSource);