shared
1.33.0
common
shared
/
io.dyte.core.network.info
/
SelfPermissions
Self
Permissions
data
class
SelfPermissions
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
chat
Link copied to clipboard
val
chat
:
ChatPermissions
chat
Channel
Link copied to clipboard
val
chatChannel
:
ChatChannelPermissions
?
=
null
chat
Message
Link copied to clipboard
val
chatMessage
:
ChatMessagePermissions
?
=
null
host
Link copied to clipboard
val
host
:
HostPermissions
live
Stream
Link copied to clipboard
val
liveStream
:
LiveStreamPermissions
media
Link copied to clipboard
val
media
:
MediaPermissions
miscellaneous
Link copied to clipboard
val
miscellaneous
:
MiscellaneousPermissions
plugins
Link copied to clipboard
val
plugins
:
PluginPermissions
polls
Link copied to clipboard
val
polls
:
PollPermissions
private
Chat
Link copied to clipboard
val
privateChat
:
PrivateChatPermissions
user
Config
Link copied to clipboard
val
userConfig
:
ParticipantPresetConfig
?
=
null
waiting
Room
Link copied to clipboard
val
waitingRoom
:
WaitingRoomPermissions
Functions
can
Create
Poll
Link copied to clipboard
fun
canCreatePoll
(
)
:
Boolean
can
Do
Participant
Host
Controls
Link copied to clipboard
fun
canDoParticipantHostControls
(
)
:
Boolean
can
Publish
Audio
Link copied to clipboard
fun
canPublishAudio
(
stageStatus
:
DyteStageStatus
)
:
Boolean
can
Publish
Video
Link copied to clipboard
fun
canPublishVideo
(
stageStatus
:
DyteStageStatus
)
:
Boolean
can
Record
Link copied to clipboard
fun
canRecord
(
)
:
Boolean
can
Send
Chat
File
Link copied to clipboard
fun
canSendChatFile
(
)
:
Boolean
can
Send
Chat
Text
Link copied to clipboard
fun
canSendChatText
(
)
:
Boolean
can
Start
Plugins
Link copied to clipboard
fun
canStartPlugins
(
)
:
Boolean
can
View
Poll
Link copied to clipboard
fun
canViewPoll
(
)
:
Boolean
can
Vote
On
Poll
Link copied to clipboard
fun
canVoteOnPoll
(
)
:
Boolean
close
Plugins
Link copied to clipboard
fun
closePlugins
(
)
:
Boolean
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>