Package org.openapitools.client.models
Class CallUserMutedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallUserMutedEvent extends VideoEvent implements WSCallEvent
This event is sent when a call member is muted
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcallCidprivate final OffsetDateTimecreatedAtprivate final StringfromUserIdprivate final List<String>mutedUserIdsprivate final Stringtype
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final OffsetDateTimegetCreatedAt()final StringgetFromUserId()final List<String>getMutedUserIds()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getFromUserId
final String getFromUserId()
-
getMutedUserIds
final List<String> getMutedUserIds()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-