$RoomInterface class abstract interface

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Constructors

$RoomInterface()

Properties

actorId String
no setter
actorType ActorType
no setter
attendeeId int
no setter
attendeePermissions int
no setter
attendeePin String?
no setter
avatarVersion String
no setter
breakoutRoomMode int
no setter
breakoutRoomStatus int
no setter
callFlag int
no setter
callPermissions int
no setter
callRecording int
no setter
callStartTime int
no setter
canDeleteConversation bool
no setter
canEnableSIP bool
no setter
canLeaveConversation bool
no setter
canStartCall bool
no setter
defaultPermissions int
no setter
description String
no setter
displayName String
no setter
hasCall bool
no setter
hashCode int
The hash code for this object.
no setterinherited
hasPassword bool
no setter
id int
no setter
isCustomAvatar bool
no setter
isFavorite bool
no setter
lastActivity int
no setter
lastCommonReadMessage int
no setter
lastMessage Room_LastMessage
no setter
lastPing int
no setter
lastReadMessage int
no setter
listable int
no setter
lobbyState int
no setter
lobbyTimer int
no setter
messageExpiration int
no setter
name String
no setter
notificationCalls int
no setter
notificationLevel int
no setter
objectId String
no setter
objectType String
no setter
participantFlags int
no setter
participantType int
no setter
permissions int
no setter
readOnly int
no setter
recordingConsent int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
no setter
sipEnabled int
no setter
status String?
no setter
statusClearAt int?
no setter
statusIcon String?
no setter
statusMessage String?
no setter
token String
no setter
type int
no setter
unreadMention bool
no setter
unreadMentionDirect bool
no setter
unreadMessages int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited