c

ackcord.voice

SessionDescriptionData

case class SessionDescriptionData(mode: String, secretKey: ByteString) extends Product with Serializable

mode

The mode used

secretKey

The secret key used for encryption

Source
voiceData.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SessionDescriptionData
  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 SessionDescriptionData(mode: String, secretKey: ByteString)

    mode

    The mode used

    secretKey

    The secret key used for encryption

Value Members

  1. val mode: String
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val secretKey: ByteString