• Api Documentation
Search Results for

    Show / Hide Table of Contents
    • SipRecClient
      • MediaLabel
      • SipRecRecorderSettings
      • SipRecSettings
      • SrcCallParameters
      • SrcManager
      • SrcUserAgent
      • SrsStatusDelegate

    Class SipRecSettings

    SIPREC configuration settings

    Inheritance
    object
    SipRecSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: SipRecClient
    Assembly: SipRecClient.dll
    Syntax
    public class SipRecSettings

    Constructors

    | Edit this page View Source

    SipRecSettings()

    Constructor

    Declaration
    public SipRecSettings()

    Properties

    | Edit this page View Source

    EnableSipRec

    Enables recording on all SIPREC recorders

    Declaration
    public bool EnableSipRec { get; set; }
    Property Value
    Type Description
    bool

    The default is true.

    | Edit this page View Source

    SipRecRecorders

    Settings for one or more SIPREC media recorders

    Declaration
    public List<SipRecRecorderSettings> SipRecRecorders { get; set; }
    Property Value
    Type Description
    List<SipRecRecorderSettings>

    The default is an empty list.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX