MediaEncryption

public enum MediaEncryption : Int

Enum describing type of media encryption types.

  • No media encryption is used.

    Declaration

    Swift

    case None = 0
  • Use SRTP media encryption.

    Declaration

    Swift

    case SRTP = 1
  • Use ZRTP media encryption.

    Declaration

    Swift

    case ZRTP = 2
  • Use DTLS media encryption.

    Declaration

    Swift

    case DTLS = 3