Package org.webrtc

Class CryptoOptions.SFrame

java.lang.Object
org.webrtc.CryptoOptions.SFrame
Enclosing class:
CryptoOptions

public final class CryptoOptions.SFrame extends Object
Options to be used when the FrameEncryptor / FrameDecryptor APIs are used.
  • Field Details

    • requireFrameEncryption

      private final boolean requireFrameEncryption
      If set all RtpSenders must have an FrameEncryptor attached to them before they are allowed to send packets. All RtpReceivers must have a FrameDecryptor attached to them before they are able to receive packets.
  • Constructor Details

    • SFrame

      private SFrame(boolean requireFrameEncryption)
  • Method Details

    • getRequireFrameEncryption

      public boolean getRequireFrameEncryption()