Function decodeMediaRetryNode
- decodeMediaRetryNode(node): { 
    error?: Boom<any>; 
    key: proto.IMessageKey; 
    media?: { 
        ciphertext: Uint8Array; 
        iv: Uint8Array; 
    }; 
} Returns { 
    error?: Boom<any>; 
    key: proto.IMessageKey; 
    media?: { 
        ciphertext: Uint8Array; 
        iv: Uint8Array; 
    }; 
}
Optional error?: Boom<any>
Optional media?: { 
    ciphertext: Uint8Array; 
    iv: Uint8Array; 
}
ciphertext: Uint8Array
iv: Uint8Array