Appearance
@mega-yfue/eufy-sdk / p2pCodec / P2PDataType
const P2PDataType: object;
P2P data-channel types (2nd byte of the data-type header).
readonly BINARY: 3 = 3;
readonly CONTROL: 2 = 2;
readonly DATA: 0 = 0;
readonly VIDEO: 1 = 1;