@deltachat/jsonrpc-client
    Preparing search index...

    Type Alias CallInfo

    type CallInfo = {
        hasVideo: boolean;
        sdpOffer: string;
        state: CallState;
    }
    Index

    Properties

    hasVideo: boolean

    True if SDP offer has a video.

    sdpOffer: string

    SDP offer.

    Can be used to manually answer the call even if incoming call event was missed.

    state: CallState

    Call state.

    For example, if the call is accepted, active, canceled, declined etc.