You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RFC 7865 described the SIPREC metadata format. The main object is recording and it includes these objects:
datamode
group
session
participant
stream
sessionrecordingassoc
participantsessionassoc
participantstreamassoc
Currently, the SIPREC module does not have the stream object, and the participantstreamassoc does not contain send and receive attributes. An example of the current SIPREC metadata is this:
The stream object has label attribute which is associated with the label parameter is the SDP protocol and specifies the corresponding media stream. Also, the participantstreamassoc object has send and recv attributes to specify which participant sends or receives in that stream. An example of a SIPREC metadata with these extra fields is this:
Requirement
RFC 7865 described the SIPREC metadata format. The main object is
recording
and it includes these objects:Currently, the SIPREC module does not have the
stream
object, and theparticipantstreamassoc
does not containsend
andreceive
attributes. An example of the current SIPREC metadata is this:The
stream
object haslabel
attribute which is associated with the label parameter is the SDP protocol and specifies the corresponding media stream. Also, theparticipantstreamassoc
object hassend
andrecv
attributes to specify which participant sends or receives in that stream. An example of a SIPREC metadata with these extra fields is this:Solution
The stream info should be added in SIPREC metadata by changing the SIPREC module code.
Implementation
SIPREC
moduleThe text was updated successfully, but these errors were encountered: