data class StreamInfo
<init> |
StreamInfo(streamId: Long, name: String, description: String, inviteOnly: Boolean) |
description |
val description: String |
inviteOnly |
val inviteOnly: Boolean |
name |
val name: String |
streamId |
val streamId: Long |
isPrivate |
fun isPrivate(): Boolean |