Package com.opentok.android
Class MuteForcedInfo
java.lang.Object
com.opentok.android.MuteForcedInfo
Defines the
info parameter of the
Session.onMuteForced(MuteForcedInfo info) and
Session.onMuteForced(MuteForcedInfo info) methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the moderator has muted streams in the session (true) or disabled the mute state in the session (false).
-
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.
-