public sealed class Event.Types.UnmuteTask : IMessage<Event.Types.UnmuteTask>, IEquatable<Event.Types.UnmuteTask>, IDeepCloneable<Event.Types.UnmuteTask>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class Event.Types.UnmuteTask.
Unmutes the stream. The task will fail if the stream is not
currently muted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `Event.Types.UnmuteTask` class within the Google Cloud Live Stream v1 API, which is used to manage the unmuting of live streams."],["The `UnmuteTask` class is part of the `Google.Cloud.Video.LiveStream.V1` namespace, and it includes methods to unmute the stream, which can only be performed if the stream is currently muted."],["It is implemented with multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and inherits from the `object` class, providing functionalities for message handling, equality checks, deep cloning, and buffering."],["There are several versions of the API available, ranging from 1.0.0 to the latest 1.8.0, with the documentation being presented for version 1.7.0 in the context."],["The `UnmuteTask` class has 2 constructors, `UnmuteTask()` and `UnmuteTask(Event.Types.UnmuteTask other)`, allowing for default initialization and initialization with an existing `UnmuteTask` object."]]],[]]