Interface MockRTCExternalAnswerParams

interface MockRTCExternalAnswerParams {
    answer: MockRTCSessionDescription;
    id: string;
    session: MockRTCSession;
}

Properties

Properties

id: string