case class SpeakingData(speaking: SpeakingFlag, delay: util.JsonOption[Int], ssrc: util.JsonOption[Int], userId: util.JsonOption[UserId]) extends Product with Serializable
Data of Speaking
- speaking
If the user is speaking
- delay
Delay
- ssrc
The ssrc of the speaking user
- userId
Optional user id
- Source
- voiceData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpeakingData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SpeakingData(speaking: SpeakingFlag, delay: util.JsonOption[Int], ssrc: util.JsonOption[Int], userId: util.JsonOption[UserId])
- speaking
If the user is speaking
- delay
Delay
- ssrc
The ssrc of the speaking user
- userId
Optional user id
Value Members
- val delay: util.JsonOption[Int]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val speaking: SpeakingFlag
- val ssrc: util.JsonOption[Int]
- val userId: util.JsonOption[UserId]