core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.network.info
/
SelfPermissions
Self
Permissions
class
SelfPermissions
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
chat
Link copied to clipboard
val
chat
:
ChatPermissions
host
Link copied to clipboard
val
host
:
HostPermissions
livestream
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
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
:
StageStatus
)
:
Boolean
can
Publish
Video
Link copied to clipboard
fun
canPublishVideo
(
stageStatus
:
StageStatus
)
:
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
?
>