• Api Documentation
Search Results for

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

    Delegate SrsStatusDelegate

    Delegate type for the SrsStatusChange event of the SrcManager and the SrcUserAgent classes.

    Namespace: SipRecClient
    Assembly: SipRecClient.dll
    Syntax
    public delegate void SrsStatusDelegate(string RecorderName, bool SrsResponding, SIPResponseStatusCodesEnum ResponseCode)
    Parameters
    Type Name Description
    string RecorderName

    Name of the SIP Recording Server. Corresponds to the Name property of the SipRecRecordingSettings for the recorder.

    bool SrsResponding

    If true then the SRS is responding to SIP OPTIONS requests, else it is not responding.

    SIPResponseStatusCodesEnum ResponseCode

    Response code returned in the response to the OPTIONS request. Will be set to SIPResonseStatusCodesEnum.None if SrsResponding is false.

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