All Implemented Interfaces:
Jsonable

public final class Rtc extends Capability
Rtc capability configuration settings.
  • Method Details

    • getType

      Description copied from class: Capability
      The capability's type.
      Specified by:
      getType in class Capability
      Returns:
      This capability's type as an enum.
    • getSignedCallbacks

      Whether to use signed webhooks. This is a way of verifying that the request is coming from Vonage.
      Returns:
      true if signed webhooks are used, false if not and null if unknown.
      Since:
      8.12.0
    • builder

      public static Rtc.Builder builder()
      Entry point for constructing an instance of this class.
      Returns:
      A new Builder.