Package com.opentok.android
Class MuteForcedInfo
- java.lang.Object
-
- com.opentok.android.MuteForcedInfo
-
public class MuteForcedInfo extends java.lang.ObjectDefines theinfoparameter of theSession.onMuteForced(MuteForcedInfo info)andSession.onMuteForced(MuteForcedInfo info)methods.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMuteForcedInfo(boolean active)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetActive()Whether the moderator has muted streams in the session (true) or disabled the mute state in the session (false).
-