/lib/live.hms.video.sdk.models.role/PermissionsParams

PermissionsParams

[androidJvm]\ data class PermissionsParams(endRoom: Boolean, removeOthers: Boolean, stopPresentation: Boolean, muteAll: Boolean, askToUnmute: Boolean, muteSelective: Boolean, changeRole: Boolean)

Properties

NameSummary
askToUnmute[androidJvm]
@SerializedName(value = askToUnmute)
val askToUnmute: Boolean
changeRole[androidJvm]
@SerializedName(value = changeRole)
val changeRole: Boolean
endRoom[androidJvm]
@SerializedName(value = endRoom)
val endRoom: Boolean
muteAll[androidJvm]
@SerializedName(value = muteAll)
val muteAll: Boolean
muteSelective[androidJvm]
@SerializedName(value = muteSelective)
val muteSelective: Boolean
removeOthers[androidJvm]
@SerializedName(value = removeOthers)
val removeOthers: Boolean
stopPresentation[androidJvm]
@SerializedName(value = stopPresentation)
val stopPresentation: Boolean

On This Page

Properties