Browse Source

Updates to description of metadata file format

Added the answer SDP lines to the file format description.
pull/245/head
Dylan Mikus 10 years ago
committed by Eric Green
parent
commit
d09f34a70b
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      daemon/recording.h

+ 8
- 0
daemon/recording.h View File

@ -51,6 +51,14 @@ int detect_setup_recording(struct call *call, str recordcall);
*
* /path/to/recording-pcap.pcap
*
* first SDP answer
*
* second SDP answer
*
* ...
*
* n-th and final SDP answer
*
* start timestamp (YYYY-MM-DDThh:mm:ss)
* end timestamp (YYYY-MM-DDThh:mm:ss)
*


Loading…
Cancel
Save