Update Guest Star Slot Settings
Update the guest star slot settings.

Update Guest Star Slot Settings Dialog
Update Guest Star Slot Settings
Update the guest star slot settings.
Parameters
Slot
The slot to update
- Type:
Integer
- Required
Audio Enabled
Enable or disable the audio in this slot
- Type:
Boolean
- Optional
Video Enabled
Enable or disable the video in this slot
- Type:
Boolean
- Optional
Live
Enable or disable live on this slot
- Type:
Boolean
- Optional
Volume
Change the volume of this slot
- Type:
Number
- Optional
Variables
This sub-action does not populate any variables.
C# Usage
public bool TwitchUpdateGuestStarSlotSettings(int slotId, Boolean? isAudioEnabled, Boolean? isVideoEnabled, Boolean? isLive, Int32? volume)
CPH.TwitchUpdateGuestStarSlotSettings(slotId);
CPH.TwitchUpdateGuestStarSlotSettings(slotId, isAudioEnabled, isVideoEnabled, isLive, volume);