# SrtCallerOutputTransportStatus

### Properties

- **url**  
  *type*: string (Required)

- **interface**  
  *type*: object (Optional)

- **latency**  
  *type*: double (Optional, Defaults to 0.125)

- **encryptionStandard**  
  *type*: string (Optional, Defaults to None)

- **activeConnections**  
  *type*: integer (Optional, Defaults to 0)

- **connections**  
  *type*: list of objects (Optional, Defaults to [])  
  - Reference: [SrtConnectionStats](https://docs.mediakind.com/api-reference/channels-api/schemas/srtconnectionstats)

### Connection Statistics Properties

- **remoteAddress**  
  *type*: object (Optional)

- **sendBitrateMbps**  
  *type*: double (Optional)

- **packetsLost**  
  *type*: integer (Optional)

- **packetsRetransmitted**  
  *type*: integer (Optional)

- **rttMs**  
  *type*: double (Optional)

- **bandwidthMbps**  
  *type*: double (Optional)
