java.lang.Object

com.opentok.android.MuteForcedInfo


public class MuteForcedInfo extends Object

Defines the info parameter of the Session.onMuteForced(MuteForcedInfo info) and Session.onMuteForced(MuteForcedInfo info) methods.

Constructor Summary

Constructors

Modifier

Constructor

Description

protected

MuteForcedInfo(boolean active)

Method Summary

All MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

boolean

getActive()

Whether the moderator has muted streams in the session (true) or disabled the mute state in the session (false).

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

MuteForcedInfo

protected MuteForcedInfo(boolean active)

Method Details

getActive

public boolean getActive()

Whether the moderator has muted streams in the session (true) or disabled the mute state in the session (false).

Returns: : The value.