Package com.opentok.android
Class MuteForcedInfo
- java.lang.Object
-
- com.opentok.android.MuteForcedInfo
-
public class MuteForcedInfo extends java.lang.Object
Defines theinfo
parameter of theSession.onMuteForced(MuteForcedInfo info)
andSession.onMuteForced(MuteForcedInfo info)
methods.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MuteForcedInfo(boolean active)
-
Method Summary
All Methods Instance Methods Concrete 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
).
-