sora-android-sdk
androidJvm
sora-android-sdk
/
jp.shiguredo.sora.sdk.channel.data
/
ChannelAttendeesCount
Channel
Attendees
Count
data
class
ChannelAttendeesCount
(
val
numberOfSendrecvConnections
:
Int
,
val
numberOfSendonlyConnections
:
Int
,
val
numberOfRecvonlyConnections
:
Int
)
チャネルの参加者数を表すクラスです.
Members
Constructors
Channel
Attendees
Count
Link copied to clipboard
constructor
(
numberOfSendrecvConnections
:
Int
,
numberOfSendonlyConnections
:
Int
,
numberOfRecvonlyConnections
:
Int
)
Properties
number
Of
Connections
Link copied to clipboard
val
numberOfConnections
:
Int
配信者数と視聴者数の合計.
number
Of
Recvonly
Connections
Link copied to clipboard
val
numberOfRecvonlyConnections
:
Int
recvonly の接続数.
number
Of
Sendonly
Connections
Link copied to clipboard
val
numberOfSendonlyConnections
:
Int
sendonly の接続数.
number
Of
Sendrecv
Connections
Link copied to clipboard
val
numberOfSendrecvConnections
:
Int
sendrecv の接続数.