Twitch Update Guest Star Slot Settings

Signature

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

Parameters

slotId
int required

No description provided.

isAudioEnabled
Boolean?

No description provided.

isVideoEnabled
Boolean?

No description provided.

isLive
Boolean?

No description provided.

volume
Int32?

No description provided.

Return Type

bool

Example

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