Interface CallStateExchangingKeys

The call has been answered and encryption keys are being exchanged. Subtype of CallState.

interface CallStateExchangingKeys {
    @type: "callStateExchangingKeys";
}

Properties

Properties

@type: "callStateExchangingKeys"