public interface CallHeader
Call Headers can be used to pass custom data from a Sinch SDK client to another, or specified in an ICE response to be made available to the receiving client. Further, if Call Headers is specified they will be available in ICE and DICE events.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    The call header key of the key value pair.
    The call header value of the key value pair.
  • Method Details

    • getKey

      String getKey()
      The call header key of the key value pair.
      Returns:
      key
    • getValue

      String getValue()
      The call header value of the key value pair.
      Returns:
      value
    • builder

      static CallHeader.Builder builder()
      Getting builder
      Returns:
      New Builder instance