@twilio/voice-sdk
    Preparing search index...

    Interface AcceptOptions

    Options to be used to acquire media tracks and connect media.

    interface AcceptOptions {
        rtcConfiguration?: RTCConfiguration;
        rtcConstraints?: MediaStreamConstraints;
    }

    Hierarchy (View Summary)

    Index

    Properties

    rtcConfiguration?: RTCConfiguration

    An RTCConfiguration to pass to the RTCPeerConnection constructor.

    rtcConstraints?: MediaStreamConstraints

    MediaStreamConstraints to pass to getUserMedia when making or accepting a Call.