TwitchUpdateChannelGuestStarSettings
C# Methods Reference
Signature
public bool TwitchUpdateChannelGuestStarSettings(Boolean? isModeratorSendLiveEnabled, Int32? slotCount, Boolean? isBrowserSourceAudioEnabled, string groupLayout, Boolean? regeneratgeBrowserSource)
Parameters
isModeratorSendLiveEnabled
Boolean?
slotCount
Int32?
isBrowserSourceAudioEnabled
Boolean?
groupLayout
string
regeneratgeBrowserSource
Boolean?
Return Type
bool
Example
CPH.TwitchUpdateChannelGuestStarSettings();
CPH.TwitchUpdateChannelGuestStarSettings(isModeratorSendLiveEnabled, slotCount, isBrowserSourceAudioEnabled, groupLayout, regeneratgeBrowserSource);