UNPKG

detritus-client-socket

Version:

A TypeScript NodeJS library to interact with Discord's Gateway

13 lines (12 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RTPHeader = void 0; exports.RTPHeader = Object.freeze({ VERSION: 0x80, PayloadTypes: Object.freeze({ OPUS: 0x78, VP8: 0x65, VP9: 0x67, H264: 0x69 }), });