TxPushIPConfig

public struct TxPushIPConfig

This class contains all the properties related to Server Confuguration from Push

  • Undocumented

    Declaration

    Swift

    public internal(set) var rtc_ip: String { get }
  • Undocumented

    Declaration

    Swift

    public internal(set) var rtc_port: Int { get }
  • Undocumented

    Declaration

    Swift

    public init(rtc_ip: String, rtc_port: Int)