TwitchUpdateGuestStarSlotSettings

C# Methods Reference

Signature

public bool TwitchUpdateGuestStarSlotSettings(int slotId, Boolean? isAudioEnabled, Boolean? isVideoEnabled, Boolean? isLive, Int32? volume)

Parameters

slotId
int required
isAudioEnabled
Boolean?
isVideoEnabled
Boolean?
isLive
Boolean?
volume
Int32?

No description provided.

Return Type

bool

Example

CPH.TwitchUpdateGuestStarSlotSettings(slotId);
CPH.TwitchUpdateGuestStarSlotSettings(slotId, isAudioEnabled, isVideoEnabled, isLive, volume);