TwitchUpdateGuestStarSlotSettings

C# Methods Reference

public bool TwitchUpdateGuestStarSlotSettings(int slotId, Boolean? isAudioEnabled, Boolean? isVideoEnabled, Boolean? isLive, Int32? volume)
slotId
int required
isAudioEnabled
Boolean?
isVideoEnabled
Boolean?
isLive
Boolean?
volume
Int32?
bool
CPH.TwitchUpdateGuestStarSlotSettings(slotId);
CPH.TwitchUpdateGuestStarSlotSettings(slotId, isAudioEnabled, isVideoEnabled, isLive, volume);