c

ackcord.voice

SpeakingData

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpeakingData
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. val delay: util.JsonOption[Int]
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val speaking: SpeakingFlag
  4. val ssrc: util.JsonOption[Int]
  5. val userId: util.JsonOption[UserId]