Interface MockRTCExternalOfferParams

Hierarchy

  • MockRTCExternalOfferParams

Properties

Properties

id: string
setAnswer: ((answer) => Promise<void>)

Type declaration

    • (answer): Promise<void>
    • Parameters

      • answer: RTCSessionDescriptionInit

      Returns Promise<void>

Generated using TypeDoc