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 documentation for the `Event.Types.UnmuteTask` class within the Google Cloud Video Live Stream v1 API, with the latest being version 1.8.0."],["`Event.Types.UnmuteTask` is designed to unmute a live stream, and it will only work if the stream is currently in a muted state."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The `UnmuteTask` class inherits from the base `object` class and includes methods like `GetHashCode`, `GetType`, and `ToString`."],["The `UnmuteTask` has two constructors: a default `UnmuteTask()` and a constructor with a parameter for a `UnmuteTask` allowing it to copy from an existing instance."]]],[]]